@charset "UTF-8";


body
{
	text-align: center; /* center all elements  */
	background-color: #000;
	top: 0px;
	margin: 0px;
	padding: 0px;
}
#background{
	/* background-image: url(img/bg3bw.jpg);
	background-repeat: no-repeat;*/

	width: 900px;
	
}

#container
{
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	text-align: left; /* un center all elements   */
	background-image: url(img/bg3.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #000;
	
}
#header{
	text-align: left;
	height: 160px;
	background-image: url(img/bg-head.jpg);
	background-repeat: no-repeat;
}
#main{
	
}

#left{
	float: left;text-align: center;
	width: 400px;
	padding-left: 20px;
	height: 540px;
}
#right{
	float: right;
	text-align: center;
	width: 400px;
	padding-right: 10px;
	padding-left: 10px;
}
#footer{
	float: none;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #333333;
	clear: both;
	text-align: center;
}

#menu{
	top: 2px;
	left: 16px;
	position: relative;
	width: 800px;
}
#mail{
	background-color: #242424;
	position: relative;
	width: 900px;
	margin: 0px;
	padding: 0px;
	text-indent: 20px;
	height: 380px;
	text-align: center;
}
.align {
	float: left;
}
p {
	display: inline;
	
}
