html, body{
	width:100%; 
	height:100%; 
	margin:0; 
	padding:0;
	font-family: "Courier New", Courier, monospace; 
	color: #908a8a;
}
body{
	background-color:#362e2c;
}
h1{
	color: #d90303;
	font-size: 13pt;
}
p, a{
	font-family: "Courier New", Courier, monospace;
	color: #908a8a;
	font-size: 9.5pt;
	text-decoration:none;
}
h1, p{text-align:justify;}
a:hover{color:#fff;}
table,tr,td,th{
	border-collapse:collapse;
	color:#908a8a;
	border:none;
	padding:0;
	vertical-align:middle;
	text-align:left;
}
td{
	padding:5px 0;
}
input, textarea {
	color:#908a8a;
	background-color:#362e2c;
	font-family: "Courier New", Courier, monospace;
	margin-left:20px;
	width:250px;
	font-size:9.5pt;
}
#container{
	width:600px;
	margin:10px auto;
	text-align:center;
}
#logo{
	width:600px;
	height:auto;
	margin-bottom:50px;
	float:left;
}
#logo h1{
	color:#908a8a;
	font-size: 14pt;
	text-align:center;
}
.left{
	width:150px;
	float:left;
}
.left p{
	text-align:right;
	font-weight:bold;
}
.right{
	width:430px;
	float:left;
	margin-left:20px;
}
p.white{color:#fff;}
.form{
	width:600px;
	float:left;
}
input.send{width:auto;}