/* CSS Document */

html, body
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	background-image: url(../images/index/back.png);
	background-repeat: repeat-x;
}

body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #990000;
}

#wrapper {
	background-image: url(../images/index/redbar.png);
	background-repeat: repeat-x;
	width: 100%;
}

#container {
	height: 700px;
	width: 1024px;
	background-image: url(../images/index/logo.png);
}

#menu {
	text-align: left;
	position: absolute;
	top: 440px;
	left: 800px;
}

#counter {
	text-align: center;
	position: absolute;
	top: 550px;
	left: 330px;
}

a:link {
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}

a:hover {
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}

a:visited {
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}

