html, body {
	background: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #000000;
}

img {
	border:none;
}

input{
	border: 1px solid #000;
	margin-bottom: 5px;
	padding: 2px;
}

#main {
    margin: 0;
    position:absolute;
    top: 15%;
    left: 25%;
    width: 700px;
    height: 495px;
}

.back {
	color:#FFFFFF;
	margin-top:5px;
	text-align:center;
}

.back a {
	color:#FFFFFF;
	text-align:center;
}

.back a:hover {
	color:#FFFFFF;
	text-decoration:none;
	text-align:center;
}

