@charset "UTF-8";
/* PitchPoint Style Sheet */

body {
	background-color: #000;
	background-image: url(../images/bottom_glow.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	color: #CCC;
	padding: 0;
	margin: 0;
	font-family: Myriad, Arial, Verdana, Helvetica, sans serif;
	font-size: 14px;
	}
	
#standard_body {
	width: 700px;
	padding: 0;
	margin: auto;
	}
	
a {
	color: #43BAD6;
	text-decoration: none;
	}
	
	a:hover {
		color: #CCC;
		text-decoration: none;
		}
		
	a:visited {
		color: #43BAD6;
		text-decoration: none;
		}
		
		a:hover, a:active, a:visited, a img {
			border: none;
			outline: none;
			}
			

span.hidden {
	display: none;
	}
	
p {
	margin: auto;
	padding: 10px;
	}
	
#header {
	padding: 0;
	width: 700px;
	height: 166px;
	position: relative;
	margin: auto;
	}
	
#main_body {
	margin: auto;
	padding: 0;
	width: 700px;
	background-image: url(../images/bg_repeat.jpg);
	background-repeat: repeat-y;
	background-position: top;
	position: relative;
	}
	
	#main_body #content {
		margin: auto;
		padding: 0;
		width: 612px;
		min-height: 281px;
		background-image: url(../images/main_body_bottom.jpg);
		background-position: bottom;
		background-repeat: no-repeat;
		display: block;
		position: relative;
		clear: both;
		}
		
		#main_body #content #inside {
			width: 550px;
			padding: 0;
			margin: auto;
			}
			
			#main_body #content #inside img {
				padding: 15px;
				}
			
#footer {
	margin: auto;
	padding: 0;
	width: 700px;
	height: 257px;
	position: relative;
	clear: both;
	font-size: 12px;
	color: #999;
	background-image:url(../images/site_bottom.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	}
	
a#OPDM_button {
	width: 225px;
	height: 45px;
	background-image: url(../images/created-by-OPDM.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	border: none;
	outline: none;
	margin: auto;
	display: block;
	clear: both;
	}
		
	#footer a:hover#OPDM_button {
		background-position: 0 -45px;
		}