body { 
	padding:none; 
	margin-left:0px;	
	margin-top:0px;
	margin-right:0px; 
	height:100%;
	background-color:#380102;
}

form {
	padding:none;
}

.header {
	font-size:16px;
	text-transform: uppercase;
	font-family: Times New Roman;
	font-weight: bold;
}

img { 
	border:0px; 
}

table, body, p, div, input, select, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: white;
	line-height: 135%;
}

a {
	text-decoration:none;
	color: #ff0000;
}

a:hover {
	color: white;
}

input, select, textarea {
	color: white;
	background-color:#ae1715;
	border:none;
	font-size:13px;
}

.center {
	position:absolute;
	left:50%;
	min-height:100%;
	padding-bottom:0px;
}

.container { 
	position:absolute;
	left:-305px;
	width:710px;
	min-height:100%;
}
