@charset "UTF-8";
/* CSS Document */

	
#container {
	margin: 0 auto;
	width: 1024px;
	height:768px;
	background-image:url(images/main_bg.jpg);
	background-repeat: no-repeat;

}

body {
	background:#000;
	margin:0 auto; 
	padding:0;
	color:#FFF;
	font-size:13px;
}

#main {
	padding: 440px 300px 30px 330px;
	}

#footer {
	margin:40px 270px 0px 300px;
}

#form {
	margin:0px 0px 0px 30px;
}

		
p {
	color: #ccc;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:100;
	font-size: 12px;
	line-height: 140%;
	text-align: center;
}

h1 {
	color: #ccc; 
	font-family: Arial, Helvetica, sans-serif;
	font-weight:100;
	font-size: 12px;
	line-height: 130%;
}
	

.textInput
	{
	height: 22px;
	font-size: 12px;
	color: #888888; 
}

a:link,a:active{color:#b7a14d;font-weight:normal; text-decoration:none}
a:visited{color:#b7a14d;font-weight:normal;text-decoration:none}
a:hover{color:#b7a14d;font-weight:normal;text-decoration:underline}
