﻿html
{ 
	margin: 0px;
	padding: 0px; 
}

body {
	margin: 0px; 
	padding: 0px;
	background: #000;
}

.Construction
{
	position: relative;
	float:left;
	top: 550px;
	left: 100px;
	width: 800px;
	text-align: center;
	color: White;
	font: bold 12pt Arial;
}

/*======================================================================
Enter Page Style (default.aspx)
========================================================================*/

.EnterBody
{
	width: 1000px;
	height: 768px;
	background-image: url(../images/SiteImages/EFX_ENTERbackground.jpg);
	text-align: left;
}

.DateBox
{
	position: relative;
	float: right;
	top: 480px;
	left: -70px;
	width: 227px;
	height: 118px;
	background-image: url(../images/SiteImages/enterDate.jpg);
	background-repeat: no-repeat;
}

.Construction
{
	clear: left;
	position: relative;
	float: left;
	top: 550px;
	left: 75px;
}

.EnterFlash
{
	position: relative;
	float:left;
	top: 480px;
	left: 230px;
	width: 170px;
	height: 30px;
	z-index: 1;
}	

.EnterHtml
{
	position: relative;
	float: left;
	top: 480px;
	left: 310px;
	width: 170px;
	height: 30px;
	z-index: 2;
}

.PlugIn
{
	position: relative;
	clear: both;
	top: 535px;
	left: 432px;
	width: 90px;
	height: 32px;
	z-index: 3;
}