@import url("style_elements.css");
body {
	background-color: #505050;
	background-image:  url("/website/img/bg1.jpg");
	background-repeat:no-repeat;
	background-position:right;
	background-attachment:fixed;
	text-align:center;
}

.MainPage {
	margin: auto;
	position:relative;
	width:910px;
	margin-top:20px;
	background-color:#505050;
}

.Header {
	text-align:left;
	float:left;
	background-color: #FF0000;
}
.Menu {
	width: 210px;
	background-color: #505050;
	color:#fff;
}
.Content {
	float:right;
	width:700px;
	font-family: Tahoma;
	font-size: 12px;
	font-weight:normal;
	color:#000000;
	text-align:left;
	background-color:#ffffff;
	background-image: url(/website/img/bg_content.jpg);
	background-repeat:no-repeat;
	line-height:20px;
}

#twitter {
	padding:10px;
	margin:10px;
	color:#fff;
	background-color:#333333;
}
#twitter img {
	margin-left:20px;
}

.Footer {
	text-align:right;

	color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	/*line-height:15x;*/
	padding:0px;

	float:right;
	width:910px;
	background-image: url(/website/img/bg_footer.jpg);
	background-repeat:no-repeat;
}

.LoginPanel {
	position:absolute;
	background-repeat:no-repeat;
	left:750px;
	top:0px;
	padding-top:30px;
	width:166px;
	height:118px;
	padding-left:20px;
	z-index:0;
}

