@charset "utf-8";

* {
	/* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	margin:				0;
	padding:			0;
}

/*******************/
/* BODY FORMATTING */
/*******************/
body
{
	background-color:	#000000;
	text-align:			center;
}

.contentwrapper
{
	display:			block;
	position:			relative;
	margin:				0 auto;	/*comment out in order to left justify the site.*/
	padding:			0px;
   	font-family:		Verdana, Arial, Helvetica, sans-serif;
	font-size:			12pt;
	background-image:	url(eventpagebackground.jpg);
   	background-position:center top;
   	background-repeat:	no-repeat;
   	width:				742px;
   	height:				600px;
	color:				#ffffff;
	border:				none 1px #ff0000;
	text-align:			left;
}

.securecode
{
	position:absolute;
	padding-top:5px;
	top:440px;
	left:130px;
	width: 360px;
	height: 35px;
	color:Black;
	background-color:transparent;
	border: none 1px #000000;
	text-align:center;
	font-size:16px;
	text-transform:uppercase;
}

.submitbutton
{
	position:absolute;
	top:441px;
	left:493px;
	width: 122px;
	height: 35px;
	border: none 1px #00ff00;
	background-color:transparent;
}

.disclaimer
{
	position:absolute;
	top:480px;
	left:505px;
	width:105px;
	height:5px;
	border:none 1px #0000ff;
}
