body {
	background: #111A21;
	margin: 0;
	font-family: Arial, serif;
	font-size: 12px;
}
#box {
	background: url(box.png) no-repeat;
	width: 432px;
	height: 553px;
	float: left;
	margin-top: 30px;
	text-align: center;
	position: absolute;
	right: 565px;
}
#logo {
	background:url(logo.png) no-repeat;
	width: 220px;
	height: 77px;
	margin-top: 15px;
	margin-left: 30px;
}
#slogan {
	color: #5F7619;
	font-weight: bold;
	margin: 15px 0px;
}
#sms {
	margin-left: 30px;
	height: 320px;
}
#partner {
	height: 100px;
}
#partner a {
	outline: none;
}
#footer {
	color: white;
	text-align: right;
	font-weight: bold;
	padding-right: 5px;
}
#footer a {
	color: white;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#style {
	background: url(style.png) no-repeat;
	width: 555px;
	height: 647px;
	position: absolute;
	right: 0px;
}
img {
	border: none;
}
