* {
	margin: 0;
	padding: 0;
}
body{
	background: url(../images/bg.jpg) repeat-x center top #F9E7D9;
	margin:0;
	font-family: "Arial", sans-serif;
	font-size: .80em;
}
a {
	color:#3B5997;
}
#content {
	width: 952px ;
	margin: 0 auto;
}
#logo {
	float: left;
}
#advert{
	float: right;
	padding: 0;
	margin: 20px 0 0 0 ;
	text-align: center;
	color: #666;
	font-size: .5em;
}
#advert img{
	width: 729px;
	height: 90px;
	border: 1px solid #fff;
	float: right;
}
#nav{
	border-top: 1px solid #fff;
	width: 950px;
	text-align: right;
}
#leftcolumn {
	width: 323px;
	float: left;
}
#rightcolumn {
	width: 583px;
	float: right;
	text-align: left;
	padding-top: 266px;
}
#rightcolumn p {
	line-height:1.6em;
	margin-top: 1em;
}
#footer {
	width: 950px;
	border-top: 1px solid #fff;
	color: #DC0067;
	text-align: right;
	padding: 10px;
	margin: 10px;
}
#cover{
	width: 300px;
	border: 1px solid #fff;
	float: left;
}
#bella {
	background: url(../images/background.jpg) no-repeat center top;
	width:100%;
	min-width: 950px;
	height:100%;
	position: absolute;
	z-index: -1;
	padding:0;
	magrin:0;
	line-height:0;
	text-indent:-9999px;
	display: inline;
}