/**
 * Index page elements
 */

body
{
	margin-top: 0px;
	background-color: #3F3F3F;
	color: white;
	font-family: "Verdana";
	font-size: 10px;
}

div#indexContainer
{
	margin: 0 auto;
	width: 678px;
	height: 100%;
	min-height: 501px;
}

div#indexTop
{
	margin-top: 0;
	margin-left: 0;
	width: 678px;
	height: 258px;
	background-image: url('../images/index_top.jpg');
	background-repeat: no-repeat;
}

div#indexLogin
{
	top: 2px;
	left: 530px;
	position: relative;
	width: 100px;
	height: 100px;
}

div#indexMenu
{
	top: 101px;
	left: 90px;
	position: relative;
	padding: 0px;
}

div#indexMenu img
{
	border: 0;
	margin: 0px;
	padding: 0px;
}

div#indexMenu a
{
	margin: 0px;
	padding: 0px;
}

div#indexBase
{
	clear: both;
	width: 678px;
	height: 100%;
	background-image: url('../images/index_base.jpg');
	background-repeat: y-repeat;
	z-index: 0;
}

div#indexLeft
{
	float: left;
	width: 71px;
	height: 126px;
	background-image: url('../images/index_left.jpg');
	background-repeat: no-repeat;
}
div#indexContent
{
	float: left;
	width: 536px;
	height: 100%;
	z-index: 2;
	background-color: transparent !important;
}

div#indexRight
{
	float: left;
	width: 71px;
	height: 126px;
	background-image: url('../images/index_right.jpg');
	background-repeat: no-repeat;
}

div#indexFooter
{
	clear: both;
	bottom: 0px;
	width: 678px;
	height: 47px;
	z-index: 2;
	background-image: url('../images/layout_footer.jpg');
	background-repeat: no-repeat;
	background-position: bottom;
}

#donators
{
	position: absolute;
	top: 692px;
	left: 70px;
}
