* {
	padding:0px;
	margin:0px;
	font-family: "Times New Roman", Times, serif;
	font-size:13px;
}
#topcontainer{
	position:fixed;
	width:100%;
	
}
#topcontainer #thanhngang{
	width:100%;
	height:30px;
	background-color: #666;	
}
#topcontainer #thanhngang #timkiem{
	float:right;	
}

#container{
	width: auto;
	margin: auto;
}
#container #banner{
	background-image: url(../image/Screen-Shot-2014-03-07-at-2.36.36-PM.png);
	height:300px;
	width:100%;
}
#container #content #contentleft {
	height: 400px;
	float: left;
	width: 25%;
	background-color: #CCC;
	text-align:center;
	
}
#container #content #contentleft #anh {
	font-size:25px;
	color:#006;
	font-weight: bold;
}
#container #content #contentleft #thongtin{
	font-size:18px;
	margin-top:20px;
}
#container #content #contentleft #thongtin a{
	font-size:18px;
}
#container #content #contentright {
	height: 400px;
	width: 75%;
	float: left;
	
}
#container #content #contentright #hinhnen {
	position:absolute;
}

#container #content #contentright ul{
	width:75%;
	height:267px;
	padding-left:0px;}

#container #content #contentright ul li {
	width:33%;
	height:320px;
	float:left;
	display:block;
	left:0px;

}
.hinh{
	position:relative;
	
}
.hinh img{
	left:150px;
	position:absolute;
	top:80px;
	
}
.info{
	position: absolute;
	padding-top:270px;
	font-size: 20px;
	color: #033;
	width:300px;
	text-align:center;
	font-weight:bold;
	padding-left:117px;
	
}
#container #footer {
	height: 90px;
	clear: both;
	background-color: #0CF;
	
}
#container #footer ul li{
	font-size:20px;
}
#container #footer ul li a{
	font-size:20px;
	color:#F00;
}
