﻿html,body{
	height:100% !important;
}
body{
	font:11px Tahoma;
	color:#fff;
	margin:0;
	background:#233445;
}
#warpper{
	width:98%;
	margin:0 auto;
	height:100% !important;
}
a{
	text-decoration:none;
	color:#fff;
}
a:hover{
	color:#66CCFF;
}
img{
	border:0;
}
img.Logo{
	width:336px;
	height:115px;
}
img.img{
	width:52px;
	height:24px;
	margin:25px 80px;
}
.Right{
	float:right;
}
.Left{
	float:left;
}