/* TEST Sports Landing Page CSS */

/* Global Settings
---------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------- */

html, body {
	background-image: url(bg_02.jpg);
	background-repeat: repeat-x;
	background-color: #000205;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003366;
	height: 100%;
	margin: 0px;
}

a {
	color: #336699;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

p {}

h1 {}

h4 {}

/* Classes
---------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------- */

/* Containers
---------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------- */

#bg {
	background-image: url(bg-logo.gif);
	background-repeat: no-repeat;
	background-position: left 20%;
	height: 100%;
	width: 100%;
}
