body {
	background-color: #261079;
	color: #ffffff;
}

a, a:visited {
	color: #00eaff;
}

a:hover, a:visited:hover {
	color: #ff70fd;
}

.header {
	width: 1000px;
}

.animation {
	width: 700px;
	height: 480px;
}

.animationHolder {
	width: 700px;
	float: left;
}
	

.menu {
	float: left;
	width: 220px;
	margin: 0;
}

.menu ul {
	margin: 15px 0 0 18px;
}

.content {
	clear: both;
	padding-top: 9px;
}

.content table {
	margin: 0 0 0 70px;
}

.content table td {
	padding-right: 32px;
}

.content table form, .content table input {
	margin: 0;
	padding: 0;
}

.content table form input#email {
	border: 1px dashed #ff00fc;
	background-color: #261079;
	padding: 5px;
	font-family: 'Courier New', Courier;
	font-size: 12px;
	color: #ffffff;
	margin: 10px 0 7px 0;
	width: 230px;
	
}

.content table form input#button {
	display: block;
	background-color: #261079;
	color: #00eaff;
	border: 0px solid #ff00fc;
	font-family: 'Courier New', Courier;
	font-size: 12px;
	padding: 0;
	margin: 0;
}

.content table form input#button:hover {
	color: #ff70fd;
}

.logo {
	margin-top: 45px;
}