/* main.css */

body {
	background: #000;
	font: 10pt Arial, Helvetica, sans-serif;
}

#cont {
	width: 1040px;
	height:1039px;
	position: relative;
	margin: auto;
}

.row {
	width: 1040px;
	height: 260px;
	clear:both;
}

.square {
	width: 260px;
	height: 260px;
	float:left;
}

#email {
	width: 260px;
	height: 30px;
	padding: 10px 0;
	background: transparent;
	border: none;
	position: absolute;
	top:510px;
	left: 395px;
	font: bold 12pt Arial, sans-serif;
	color: #000;
	text-align: center;
}

#submit {
	position: absolute;
	top: 568px;
	left: 490px;
	width: 65px;
	height: 40px;
	background: transparent;
	border: none;
}