body{
	background-image: url(bg.jpg);
	background-repeat: no-repeat;
	background-color: #000000;
	margin-top: 0px;
	background-attachment: fixed;
}

div.container{
	margin-left: 151px;
	width: 850px;
}

div.header{
	height: 345px;
}

div.menu{
	color: #ffffff;
	padding-left: 10px;
	font-family: Arial, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	background-image: url(menu.png);
	background-repeat: no-repeat;
	height: 26px;
	padding-top: 25px;
}

#left{
	width: 750px;
	padding-left: 50px;
	padding-top: 50px;
	padding-right: 50px;
	line-height: 14px;
	color: #ffffff;
	height: auto;
}

div.wrap{
	position: relative;
}

div.logo{
	position:absolute;
	top: 285px;
	left: 370px;
}

div.menu a:hover{
	text-decoration: underline;
	color: #ffffff;
}

div.menu a{
	text-decoration: none;
	color: #ffffff;
}

a {color: #ffffff; text-decoration: underline;}
a:hover{text-decoration: none; color: #222222;}