@charset "UTF-8";
/* CSS Document */

body{
	background:#161616;
	margin:0;
	padding:0;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
}
object{
	background:#161616;
}
embed{
	background:#161616;
}
img{
	outline:none;
}
#upperlayer{
	z-index:30;
	position:absolute;
	width:100%;
	height:100%;
	margin:0;
}

#ct{
	background-color:#161616;
	margin-top:120px;
	width:520px;
	padding-top:10px;
	padding-left:10px;
	padding-bottom:10px;
	margin-left:auto;
	margin-right:auto;
	}
#white{
	background:#FFF;
	width:500px;
	padding-top:4px;
	padding-left:4px;
	padding-bottom:4px;
	padding-right:4px;
	clear:both;
}


ul{
	margin:0;
	padding:0;
	list-style:none;
}
.item{
	width:500px;
	padding:0px;
}
.titles{
	display:block;
	width:500px;
	padding-top:2px;
	padding-bottom:2px;
	padding:0;
	outline:none;
	text-decoration:none;
	color:#FFF;
	font-weight:bold;
	text-indent:36px;
	font-size:16px;
}
.itemct{
	font-size:12px;
	width:427px;
	margin-left:36px;
	margin-top:5px;
	padding-bottom:10px;
}
#item1{
	background:#ecd078 url(img/cl/yellow.png) top left repeat-x;
	color:#13525e;
}
#item1 a{
	color:#13525e;
}
#item2{
	background:#e27154 url(img/cl/orange.png) top left repeat-x;
}
#item3{
	background:#c02942 url(img/cl/red.png) top left repeat-x;
}
 #item4{
	background:#542437 url(img/cl/purple.png) top left repeat-x;
}
#item5{
	background:#53777a url(img/cl/green.png) top left repeat-x;
}
		#supersize{
			position:fixed;
		}
		#supersize img, #supersize a{
			height:100%;
			width:100%;
			position:absolute;
			z-index: 0;
		}
