/* stylesheet */
A:link {
	color:#000000;
	text-decoration:none;
}
A:visited {
	color:#000000;
	text-decoration:none;
}
A:active {
	color:#000000;
	text-decoration:none;
}
A:hover {
	color:#000000;
	text-decoration:underline;	
}

html, body {
	margin:0px;
	height:100%;
	background-color:#000000;
	font-family:"Courier New", Courier, monospace;
	color:#000000;
	font-size:14px;
}

.container {
	width:900px;
	height:643px;
	background-image:url(../images/background.jpg);
}

.left_box {
	padding:60px 0px 0px 40px;
	text-align:left;
	float:left;
}

.left_box img {
	margin-top:15px;

}

.right_box {
	text-align:left;
	float:right;
	width:415px;
}

.formobject {
	border:solid 0px #000000;
	font-family:"Courier New", Courier, monospace;
	font-size:14px;
	padding:0px;
	
}
