@charset "UTF-8";
/* CSS Document */
body {
	background-color: #95B4CE;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-attachment: fixed;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #34495B;
}
div#header {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	background-color: #1F3243;
}
div#content {
	width: 950px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	background-color: #1F3243;
}
#logo {
	font-size: 34px;
}
#navigation {
	font-size: 16px;
}
#pregameplaynow {
	font-size: 16px;
}
#description {
	font-size: 10px;
}
#title {
	font-size: 16px;
	color: #FFFFFF;
}
#commentlink {
	font-size: 16px;
}
#imgnoborder {
	border: 0px;
}
a:link {color: #34495B;}
a:visited {color: #34495B;}
a:active {color: #34495B;}
a:hover {color: #900000;}
a {text-decoration: none;}