/*Elements*/
*{
	margin:0px;
	padding:0px;
}
body{
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	background:url('../images/khuyenmaihe2.png');
/*	background-position:center;*/
	background-repeat:no-repeat;
	padding:0px auto 0px auto;
}
p{
	margin:20px 0px 20px 0px;
	font-weight:500;
}


/*IDs*/
#page{
	width:900px;
	height:1021px;
	margin:0px auto 0px auto;
	padding:200px 10px 10px 50px;
}
#header{
	clear:both;
	background:url('../images/km2_header.png');
	width:560px;
	height:120px;
}
#content{
	width:843px;
	clear:both;
	padding-left:20px;
	text-align:justify;
}
#header2{
	background:url('../images/km2_header2.png');
	width:591px;
	height:102px;
	clear:both;
}

#logo_slogan{
	background:url('../images/logo_slogan.png');
	width:735px;
	height:70px;
}
/*Classes*/
.lineheight22{
	line-height:22px;
}