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

a:focus{
	outline:none;
}

.clear{
	clear:both;	
}

body{
	margin:0px; 
	background:black url(images/bg.jpg) center top fixed; 
	background-size:cover;
	font:11px Verdana; 
	color:white;
	text-align: center;
}

#outter{
	width:1000px; 
	margin:auto; 
	background-color:rgba(0,0,0,0.6);
}

.date{
	width: 1000px;
	margin-top: -60px;
	font-weight: bold;
	color: #fbf501;
}

a{
	color:#FF0;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
}
a:hover{
	color:#FFF;
}