/* Standard Elements */
html, body, #contents {
	background-color: #000000;
	min-height: 100%;
	width: 100%;
	height: 100%;
}

html>body, html>body #contents {
	height: auto;
}

body {
	margin: 0;
	font-family: Arial, sans-serif;
}

a, link, a:visited, a:hover
{
	color: Red;
}

#contents {
	position: absolute;
	top: 0;
    left: 0;
}

/* Header */
#HeadSpacer
{
	color: Blue;
	height: 35px;
	top: 0px;
	left: 0px;
}

#Header
{
	background-color: #FFFFFF;
	width: 100%;
	height: 110px;
	margin: 0px 0px 0px 0px;
	padding: 17px 0px 17px 0px;
}

#HeaderText
{
	height: 92px;
	width: 100%;
	background-color: #000000;
	border: solid 7px #000000;
	border-right-width: 0px;
	border-left-width: 0px;
	background-image: url(../images/tvsnow.jpg);
	text-align: center;
}

#CenterText
{
	position: absolute;
	left: 50%;
	margin-left: -258px;
	top: 80px;
}

/* Menu */
#Menu
{
	position: absolute;
	left: 50%;
	margin-left: -445px;
}

/* Body */
.PictureFrame
{
	
}	

.Picture
{
	
}

#PageContent
{
	position: absolute;
	width: 800px;
	height: auto;
	top: 250px;
	left: 50%;
	margin-left: -400px;
	color: White;
}

#ContactForm
{
	position: absolute;
	width: 800px;
	height: auto;
	top: 250px;
	left: 50%;
	margin-left: -400px;
	color: White;
}

.FieldLabel
{
	font-weight: bold;
	margin-left: 100px; 
}

.EmailField
{
	position: absolute;
	width: 600px;
	left: 50%;
	margin-left: -300px;
}

.ErrorText
{
	position: absolute;
	width: 600px;
	left: 50%;
	margin-left: -300px;
	color: Red;
	font-weight: bold;
	font-size: large;
	text-align: center;
}


.EmailButton
{
	position: absolute;
	top: 540px;
	left: 50%;
	width: 200px;
	text-align: center;
	margin-left: -100px;
}

#ComingSoon
{
	position: absolute;
	top: 300px;
	left: 50%;
	margin-left: -225px;
	width: 450px;
	height: 316px;
	background-color: #FFFFFF;
	text-align: Center;
	font-family: Helvetica;
	font-weight: Bold;
	font-size: 24px;
}	

#Etsy
{
	position: absolute;
	top: 300px;
	left: 50%;
	margin-left: -225px;
	width: 450px;
	height: 400x;
	background-color: #FFFFFF;
	text-align: Center;
	font-family: Helvetica;
	font-weight: Bold;
	font-size: 16px;
}	

/* Footer */
.Copyright
{
	text-align: center;
	color: Gray;
	width: 100%;
	font-style: italic;
	font-size: 12px;
}

