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

* {padding:0; margin:0}

body { 
	background: url(images/background.jpg) #000000 center top no-repeat;
	font: .9em Verdana, Arial, Helvetica, sans-serif;
	line-height: 125%;
	color: #000000;
}
	
a:link {
	color:#990000;
}

a:hover {
	text-decoration: none;
}

a:visited {
	color:#660000;
}

h1 {
	line-height: 110%;
	font-size: 2.5em;
	margin-bottom: 10px;
}

h2 {
	font-weight: normal;
	font-size: 1.8em;
	line-height: 110%;
	margin-bottom: 5px;
}

h3 {
	font-weight: normal;
	font-size: 1.5em;
	line-height: 110%;
	margin-bottom: 5px;
}	

p {
	margin-bottom: .5em;
}

ul {
	list-style: none;
	
}

li {
	background: url(images/bullet.gif) no-repeat;
	background-position: 0 0;
	padding-left: 30px;
	padding-bottom: 20px;
}


	
#container {
	margin: auto;
	width: 820px;
}

.content {
	margin: auto;
	background-color: #FFFFFF;
	width: 740px;
	padding: 20px;
	text-align: left;
}



.red {
	color: #990000;
}


.disclaimer {
	font-size: 11px;
	font-style:italic;
}

.guarantee {
	border: double 7px #990000;
	width: 485px;
	margin:auto;
	padding: 15px;
}

.flashplayer {
	width: 300px;
	margin:auto;
	padding: 10px 0 0 225px;
	}