/* CSS Document */
a {
	color: #CCCCCC;
	text-decoration: none;
}
a:hover{
	color: #F00;
	text-decoration: none;
 }
html{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
}
BODY{
	background-image:url(../images/findkosmic.gif);
	background-repeat:repeat-x;
	background-attachment:fixed;
	background-color: #000000;
	text-align:center;
	margin:0;
	padding:0;
	
}
.container #contant{
	width:760px;
	padding:0 5px;
	text-align:left;
	margin:0 auto;
	margin-top:10px;
}
.container #side{
		width:200px;
		padding:10px;
		float:left;
		}

h1{
	font-size: 16px;
	font-weight: bold;
	color: #99FFFF;
	}
.box{
	font-size: 10px;
	font-weight: bold;
	width:800px;
	margin:0 auto;
    margin-top: 50px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.divad{
	text-align:center;
}