@charset "utf-8";
/* CSS Document */

body 
{
	background-image:url(../images/bg.gif);
	background-repeat:repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;	
}

#container 
{
	background-position:center;
	width:400px;
	height:auto;
	margin: auto;
	background-color:#FFFFFF;
}

#header 
{
	background-position:center;
	width:400px;
	height:40px;
	margin: auto;
	margin-top:80px;
	background-image: url(../images/loginheader.gif)
}

a
{	
	color:#8E004D;
	text-decoration:none;
}

a:hover
{
	color:#97BE0D ;
	text-decoration:underline;
}

input 
{
	width:150px;
	font-size:11px;
}


