@charset "UTF-8";
/* CSS Document */


/* Remove all margin and padding from the body so the background image stretches all the way to the edges of the webpage. Make the page-background.gif image the background image and make it repeat itself horizontally. */

body {
margin: 0px;
padding: 10px;
background: #930041;
}

 table.c1 {
	 background-color: #930041
}
	
/* changes border color */
logo {
    width: 900px;
    background: #fff;
	padding: .5em;
	margin: 0em 0 0em 0em; 
}
div.section {
    width: 900px;
    margin: -3em 0 0 -3em;
	padding: 1.5em;
}

#wrapper {
	text-align: justify;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#container {
	width: 900px;
	margin: 0 auto;
	
}

message {
	background: #930041;
}
.Player
{
	width:320px;
	height:240px;
	position:absolute;
	top:205px;
	border:none;
	left:850px;
	background-color:transparent;
}



h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: xx-large;
	font-style: normal;
	font-weight: bold;
	color: #990000;
}

a:link {
	color: #990000
	text-decoration: none;
}
a:visited {color: #CC0000}
a:active {
	color: #990000;
}
td img {display: block;}

footer1 {
	color: #990000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 2px;
}

.terms {
	font-size: 9px;
	color:#FFF;
}
.trial {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFF;
}
.webcontact {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 6px;
	font-style: normal;
	color: #999;
}
.details {
	width: 904;
	background: #930041;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #FFF;
	padding: 4px;
}
