body, html
{
	height: 100%;
	background-color: #000000;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 18px;
	word-spacing: 2px;
}

TD 
{
	color: #333333;
	font-family: arial;
	font-size: 12px;
	background-color: #FFFFFF;
	filter:alpha(opacity=70);
	opacity: 0.7;
	-moz-opacity:0.7;
}

input
{
	color: #000000;
	background: #F0F0F0;
	border: 1px solid rgb(191,191,191);
	padding: 2;
}

#send
{
	font-size: 14px;
	font-family: Serif;
	color: #000;
	background: #F0F0F0;
	border: 1px outset rgb(191,191,191);
}

#highlight {
	color: #963030;
}

#content
{
	float: right;
	line-height: 16px;
	width: 77%;
	padding: 10px;
	border-color: black;
	border-width: 1px;
	border-style: solid;
	color: #555555;
	font-family: arial;
	font-size: 14px;
	text-align: justify;
	background-color: #FFFFFF;
	filter:alpha(opacity=95);
	opacity: 0.95;
	-moz-opacity:0.95;
}


#contentmedia
{
	float: right;
	width: 77%;
	line-height: 15px;
	border-color: black;
	border-width: 0px;
	border-style: solid;
	color: #555555;
	font-family: arial;
	font-size: 11px;
	text-align: center;
	filter:alpha(opacity=100);
	opacity: 1;
	-moz-opacity:1;
}


#emailinput
{
	float: left;
	padding: 5px;
	border-color: black;
	border-width: 1px;
	border-style: solid;
	font-size: 12px;
	font-family: Serif;
	background-color: #FFFFFF;
	color: #000;
	filter:alpha(opacity=70);
	opacity: 0.7;
	-moz-opacity:0.7;
	text-align: left;
}

#master
{
	color: #000000;
	display: table;
	width: 800px;
	min-height: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-repeat: no-repeat;
	border-color: white;
	border-width: 0 1 0 1;
	border-style: solid;
	background-color: #FFF;
	background-image: url(http://www.shadowedsand.com/logo.jpg);
	background-attachment: scroll;
	background-position: 0% 100%;
	font-size: 12px;
	font-family: Serif;
}

a:link {
	color:	#999966;
	font-size:14px;
	text-decoration: none;
	font-weight:bold;
	font-family: Serif;
	font-variant: small-caps;
}

a:visited {
	color:	#999966;
	font-size:14px;
	text-decoration: none;
	font-weight:bold;
	font-family: Serif;
	font-variant: small-caps;
}

a:active{
	color:	#999966;
	font-size:14px;
	text-decoration: none;
	font-weight:bold;
	font-family: Serif;
	font-variant: small-caps;
}

a:hover {
	color:	#999966;
	font-size:14px;
	text-decoration: underline;
	font-weight:bold;
	font-family: Serif;
	font-variant: small-caps;
}

a.email:link {
	color:	#000000;
	font-size:14px;
	text-decoration: underline;
	font-weight:bold;
	font-family: Serif;
	font-variant: small-caps;
}

a.email:visited {
	color:	#000000;
	font-size:14px;
	text-decoration: underline;
	font-weight:bold;
	font-family: Serif;
	font-variant: small-caps;
}

a.email:active{
	color:	#999966;
	font-size:14px;
	text-decoration: none;
	font-weight:bold;
	font-family: Serif;
	font-variant: small-caps;
}

a.email:hover {
	color:	#999966;
	font-size:14px;
	text-decoration: underline;
	font-weight:bold;
	font-family: Serif;
	font-variant: small-caps;

#emailField
{
	font-size: 14px;
	font-family: Serif;
}

.midscreen {
	width:100%;
	top:50%;
	text-align:center;
}

