body
{
   font-family: Arial, Helvetica, sans-serif;
   background-image:url(bg.jpg);
   background-repeat:repeat-x;
   background-color:#0072bc;
}


#margin
{
    margin-left:10px;
	margin-right:10px;
}

#middle
{
    position:relative;
	margin-left: auto;
    margin-right: auto;
	border: 1px solid #000000;
	width:642px;
	background-color:#FFFFFF;
}

#text
{
    position:relative;
	width:564px;
	left:40px;
}

#text1
{
    position:relative;
	width:642px;
	height:707px;
	background-image:url(pic1.jpg);
}

#text2
{
    position:relative;
	width:642px;
	height:120px;
}

#text3
{
	position:absolute;
	width:355px;
	height:120px;
	left:40px;
}

#text4
{
	position:absolute;
	width:237px;
	height:120px;
	right:0px;
}

#button
{
    position:relative;
	width:237px;
	height:120px;
}

#buttonright
{
    position:absolute;
	width:237px;
	height:120px;
	left:400px;
}

#vid
{
	position:absolute;
	width:320px;
	height:240px;
	left: 308px;
	top: 13px;
	border: 1px solid #000;
}

.small{font-size:12px;}
.smaller{font-size:10px;}
.purpletitle{font-size:18px; font-weight:bold; color:#605096;}

A:link {color:#000000;text-decoration: none}
A:visited {color:#000000;text-decoration: none}
A:active {color:#000000;text-decoration: none}
A:hover {text-decoration: underline; color: red;}

