html,body

{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-image: url('patterntest.png');
	font-family: verdana, arial, helvetica, sans-serif;
	height: 100%;
}

p
{
	font-size: 12px; 
	color: #000000
}

a:link
{
	font-size: 12px;
	font-weight: bold; 
	color: #000000;
	text-decoration: none;
}

a:visited
{
	font-size: 12px;
	font-weight: bold; 
	color: #000000;
	text-decoration: none;
}

a:hover
{
	font-size: 12px;
	font-weight: bold; 
	color: #999999;
	text-decoration: underline;
}

a:active
{
	font-size: 12px;
	font-weight: bold; 
	color: #999999;
	text-decoration: underline;
}

h1
{
	font-size: 12px;
	color: #FFFFFF
}

#bluebox
{
	width: 796px;
	min-height: 100%;
	position: relative;
	margin: 0px auto -50px auto;
	padding: 0px 0px 0px 0px;
	border-style: solid;
	border-width: 0px 2px 0px 2px;
	border-color: #999999;
	background-color: #727A85;
}

#textbox
{
	width: 766px;
	margin: 0px auto 0px auto;
	padding: 10px 10px 0px 10px;
}

#videobox
{
	width: 598px;
	margin: auto;
	padding: auto;
	position: relative;
}



#header
{
	width: 796px;
	height: 54px;
	padding: 0px 0px 0px 0px;
	margin: 0px auto 0px auto;

}

#headertwo
{
	width: 796px;
	height: 20px;
	padding: 0px 0px 0px 0px;
	margin: 0px auto 0px auto;
	text-align: right;

}
