body {
	font-family: Arial,sans-serif;
	background-color: black;
}

#container {
	position: absolute;
	left: 50%;
	top: 20px;
	margin-left: -502px;
	width: 1004px;
	/* height: 768px; */
	height: 579px;
	//background-color: rgb(54,78,122);
	background-color: rgb(180,216,0);
	//color: #439d2a;
}
#logo {
	position: absolute;
	left: 0px;
	top: 100px;
	width: 1004px;
	text-align: center;
}
#logo img {
	border-width: 0px;
}
#entertxt {
	position: absolute;
	left: 0px;
	top: 260px;
	width: 1004px;
	text-align: center;
}
#velogo {
	position: absolute;
	right: 50px;
	bottom: 50px;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: rgb(238, 238, 238);
	text-decoration: none
}
a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: rgb(238, 238, 238);
	text-decoration: none
}
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: rgb(238, 238, 238);
	text-decoration: none
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none
}

