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

* {
	padding:0;
	margin:0;
	border:none;
}

body {
	background:url(bg_blue.gif) top repeat-y #69f;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
}

a {
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

.clearfix {
	clear:both;
}

#player {
	height:380px;
	width:480px;
	float:right;
	margin:20px 24px;
}

#wrapper {
	width:800px;
	margin:0 auto;
}

#header {
	height:184px;
	background:url(header_120.jpg) bottom no-repeat;
}

#header h1 {
	color:#fff;
	font-size:400%;
	font-family:Impact, Arial, Helvetica, sans-serif;
	line-height:80px;
	text-align:center;
}

#content {
	background:#fff;
	border:solid #025 1px;
	padding-top:16px;
}

p {
	font-size:85%;
	text-align:left;
	margin:12px 24px;
}

table {
	border-collapse:collapse;
	border:solid #222 1px;
}

th, td {
	font-size:78%;
	padding:5px;
	border-collapse:collapse;
	border:solid #222 1px;
}

ul {
	margin:12px 24px;
	list-style:inside square;
}

li {
	font-size:85%;
	text-align:left;
	line-height:1.3;
}

h2 {
	font-size:160%;
	text-align:left;
	color:#025;
	font-weight:200;
	margin:20px 24px;
}

h3 {
	font-size:110%;
	text-align:left;
	color:#510;
	font-weight:200;
	margin:20px 24px;
}

#bigbutton {
	width:372px;
	height:64px;
	margin:16px auto;
}

#bigbutton a {
	height:64px;
	width:372px;
	background:url(big_button.png) 0 0 no-repeat;
	font-size:32px;
	line-height:64px;
	text-align:center;
	color:#fff;
	text-decoration:none;
	display:block;
}

#bigbutton a:hover {
	background-position:-372px 0;
}

#footer {
	height:40px;
}

#footer p {
	font-size:70%;
	color:#fff;
	line-height:40px;
	text-align:center;
}
