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

body{
	background-color:#000;

}
a:hover{
	color:#F00;
}

.container{
	width: 850px;
	margin:0 auto;
}


.information{
	color:#FFF;
	text-align:center;
	padding:20px;
}


.lastTime{
	color:#FFF;
	clear:both;
	padding:30px;
	
}

.lastTime h2{
	color:#FF6;
}

.lastTime h3{
	color:#ff6;
}

.lastTime img{
	float:left;
	padding:30px;
}

