@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	background-color: #595858;
	background-image: url(../images/main_bg.jpg);
	background-position: top;
	background-repeat: repeat-x;
	}

#header {
	position: absolute;
	left: 50%;
	margin-left: -485px;
	width: 970px;
	height: 262px;
	}
	
#main {
	background-image: url(../images/main_middle_bg.png);
	width: 648px;
	position: absolute;
	left: 50%;
	margin-left: -159px;
	top: 262px;
	
	}

#menuBar {
	position: absolute;
	left: 50%;
	margin-left: -120px;
	top: 45px;
	width: 648px;
	}

#mainImage {
	position: absolute;
	left: 50%;
	margin-left: -156px;
	top: 68px;
	width: 639px;
	height: 193px;
	border: 1px solid white;
	}

#sideMenu {
	position: absolute;
	left: 50%;
	margin-left: -440px;
	top: 282px;
	width: 253px;
	height: 420px;
	background-image: url(../images/side_menu_bg.png);
	background-repeat: no-repeat;
	}

#adminPanel {
	position: absolute;
	left: 0;
	top: 0;
	width: 153px;
	font-family: Tahoma, Arial;
	font-size: 11px;
	color:black;
	padding: 5px;
	border: 1px solid #444444;
	background-color:#CCCCCC;
	}

#footer {
	position: absolute;
	left: 50%;
	margin-left: -425px;
	top: 730px;
	width: 253px;
	height: 80px;
	}
