* {
	margin:0;
	padding:0;
}

body, html {
	height               : 100%;
}

body { 
	background-image     : url(../images/background.png);
	background-attachment: fixed;
	background-repeat    : repeat-x;
	background-color     : black;
	background-position  : top left;
	font-family          : Verdana, Arial, Helvetica, sans-serif;
	margin               : 0px;
	padding              : 0px;
	text-align           : center;
}

img {
	border               : none;
}

a, a:visited, a:link {
	color                : #a894f2;
	text-decoration      : none;
}

a:hover {
	color                : #aa02ab;
	text-decoration      : underline;
}

ul {
	margin-top           : 5px;
	list-style           : none;
	margin-left          : 0px;
	padding-left         : 10px;
	text-indent          : -10px;
}

#distance { 
	width:1px;
	height:50%;
	background-color:black;
	margin-bottom:-325px; /* half of container's height */
	float:left;
}

#centerdiv {
	margin:0 auto;
	position             : relative;
	padding-left         : 9px;
	text-align           : left;
	height               : 650px;
	clear                : left;
	width                : 1000px;
}

#menu {
	background-image     : url(../images/menu_background.png);
	background-repeat    : repeat-y;
	background-position  : top left;
	position             : absolute;
	width                : 296px;
	height               : 650px;
	top                  : 0px;
	left                 : 0px;
	bottom               : 0px;
}

#menu_header {
	background-image     : url(../images/menu_header.png);
	background-repeat    : no-repeat;
	background-position  : top left;
	height               : 150px;
	width                : 296px;
	top                  : 0px;
	left                 : 0px;
}

#menu .block {
	background-image     : url(../images/menu_line.png);
	background-repeat    : no-repeat;
	background-position  : top left;
	color                : #a894f2;
	font-family          : Arial, Verdana, Helvetica, sans-serif;
	font-size            : 16pt;
	position             : relative;
	margin               : 0px;
	margin-left          : -5px;
	height               : 43px;
	vertical-align       : middle;
	line-height          : 45px;
	padding              : 0px;
	padding-left         : 25px;
}

#content {
	background-image     : url(../images/body_background.png);
	background-repeat    : repeat-x;
	background-position  : bottom left;
	background-color     : #210021;
	font-family          : Arial, Verdana, Helvetica, sans-serif;
	font-size            : 10pt;
	position             : absolute;
	color                : #a894f2;
	width                : 690px;
	height               : 650px;
	top                  : 0px;
	left                 : 300px;
}

#content_header {
	background-image     : url(../images/header_background.png);
	background-repeat    : repeat-x;
	background-position  : top left;
	position             : absolute;
	width                : 689px;
	height               : 258px;
	top                  : 0px;
	left                 : 0px;
}

.header {
	background-repeat    : no-repeat;
	background-position  : top left;
	position             : absolute;
	width                : 689px;
	height               : 258px;
	top                  : 0px;
	left                 : 0px;
}

#content_header1 { background-image : url(../images/ee/header1.png); }
#content_header2 { background-image : url(../images/ee/header2.png); }
#content_header3 { background-image : url(../images/ee/header3.png); }
#content_header4 { background-image : url(../images/ee/header4.png); }
#content_header5 { background-image : url(../images/ee/header5.png); }
#content_header6 { background-image : url(../images/ee/header6.png); }
#content_header7 { background-image : url(../images/ee/header7.png); }
#content_header8 { background-image : url(../images/ee/header8.png); }
#content_header9 { background-image : url(../images/ee/header9.png); }
#content_header10 { background-image : url(../images/ee/header10.png); }
#content_header11 { background-image : url(../images/ee/header11.png); }

#content_text_left {
	background-image     : url(../images/light_corner.png);
	background-repeat    : no-repeat;
	background-position  : bottom left;
	position             : absolute;
	width                : 330px;
	height               : 390px;
	top                  : 250px;
	left                 : 10px;
}

#content_text_right {
	background-image     : url(../images/light_corner.png);
	background-repeat    : no-repeat;
	background-position  : bottom left;
	position             : absolute;
	width                : 330px;
	height               : 390px;
	top                  : 250px;
	right                : 9px;
}

.content_text {
	margin               : 5px;
}

.admin {
	position             : absolute;
	bottom               : 5px;
	font-size            : 10pt;
}
