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

body {
	background-color: #c1c1c1;
	margin: 0;
	padding: 0;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	text-align: center;   /*centers the website in IE5*/
}

#container {
	width: 500px;
	margin: 0 auto;   /*centers the website in all other browsers*/
	padding: 0;
	text-align: left;   /*overwrites the text-align declaration in body*/
	border-top: 30px solid #5c1f29;
	border-bottom: 2px solid #5c1f29;
	border-left: thin solid #5c1f29;
	border-right: thin solid #5c1f29;
	overflow: auto;
}
#title {
	border-bottom: thin solid #5c1f29;
	padding: 140px 2.8em 1em;
	margin: 0;
	background:url(images/home.gif) no-repeat;
}
#title h1 {
	margin: 0;
	font-size: 0.9em;
	line-height: 2;
}
#title h2 {
	margin: 0;
	font-size: 0.8em;
	font-weight: normal;
	line-height: 1.8;
}
p {
	font-size: 0.75em;
	line-height: 2;
	margin: 0;
}
#needFlash {
	margin: 0;
	padding: 1em 1.1em 0 1.1em;
}
#needFlash p {
	line-height: 3;
}
#getplayer1 {
	margin: 0;
	padding: 0.3em 0 0.3em 1.1em;
	width: 345px;
	float: left;
}
#getplayer2 {
	/*margin: -1.3em 0 0 0;*/
	padding: 0 0.7em 0.7em 0;
	float: right;
}
#getplayer2 img {
	border: thin solid;
}
#error {
	border-bottom:  thin solid #5c1f29;
	margin: 0;
	padding: 1em 2.8em;
}
#link1 {
	float: left;
	width: 210px;
	margin: 0;
	padding: 1em 0 1em 2.8em;
}
#link2 {
	float: right;
	width: 200px;
	margin: 0;
	padding: 1em 2.8em 1em 0;
	text-align: right;
}				
a:link {
	color: #000;
	text-decoration: underline;
}
a:visited {
	color: #000;
	text-decoration: underline;
}
a:hover {
	color: #5c1f29;
	text-decoration: none;
}
a:active {
	color: #000;
	text-decoration: none;
}
.dot {
	color: #5c1f29;
}
.clearfloat {
	clear:both;
    height:0;
}