@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #afb1b7;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image:url(../images/back.jpg);
	background-repeat:repeat-x;
	background-attachment:fixed;
	
}
.oneColFixCtr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image:url(../images/kosmictalk.png);
	background-repeat:no-repeat;
	background-position:10% 880px; 
}
.oneColFixCtr #mainContent {
	padding: 0 2px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.divbox{
	width:776px;
}
a:link{
	font-size:10px;
	color:#600;
}
a.t:link{
	font-size:28px;
}
a.t:visited{
	font-size:28px;
}
a.t:active{
	font-size:28px;
}
a:hover{
	color:#960;
	text-decoration:none;

}
a:visited{
	color:#F30;
	font-size:10px;
}
a:active{
	color:#6F0;
	font-size:10px;
}
#footer{
	font-size:10px;
	color:#666;
	padding:5px;
}
#adiv{
	font-size:10px;
	color:#300;
	margin-top:40px;
	margin-bottom:10px;
	width:780px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	padding:0px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
a.but{
	width:300px;
	height:200px;
	position:relative;
	text-decoration:none;
	color:333;
	left:10px;
	z-index:10;
	}
	a.but span{
		display:none;
	}
a.but:hover{
	width:300px;
	height:200px;
	text-decoration:none;
	border:none;
	background:none;
		
}	
a.but:hover span{
	width:100px;
	height:100px;
	text-decoration:none;
	position:absolute;
	left:320px;
	top:-5px;
	display:block;
	border:none;
	background:none;
		
}

img{
	border:0px;
}
.kosdiv{border:0px; width:100%; height:60px; background-image:url(../images/kosdiv.png); background-repeat:repeat-x;}
#kos{font-size:10px; color:#030; margin-top:-50px; position:absolute;}
p[title*="top"]{font-size:10px; color:#FF3; text-align:center;}
