.body {
	height: 600px;
	width: 800px;
	margin-top: 70px;
	margin-right: auto;
	margin-left: auto;
	border: thin solid #000;
}
.under {
	font-size: 11px;
	margin-right: auto;
	margin-left: auto;
	width: 800px;
}
.main {
	height: 535px;
	width: 800px;
	text-align: right;
}
.menu {
	height: 60px;
	width: 800px;
	padding-top: 5px;
	background-image: url(../images/advertsing/logo.jpg);
}
.right {
	float: right;
	height: 500px;
	width: 200px;
	padding-top: 35px;
	text-align: left;
	padding-right: 20px;
}
.righ-under {
	height: auto;
	width: 200px;
	padding-top: 350px;
	text-align: center;
	font-size: 14px;
}
.left {
	float: left;
	margin-top: 25px;
	margin-left: 12px;
}
.body .main .right h1 {
	text-align: right;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

