/*
		----------------------------------------------------------

			Master Screen Style

		----------------------------------------------------------
			author:		Ryan Mayer
			date:		 	March 2010
		----------------------------------------------------------
*/
html, body {margin:0 auto; padding:0; width:100%; height:100%; background: #060C0A url(../images/bg_check2.jpg) 0% 0% repeat; overflow:hidden; color:#fff}
body {font: 62.5% Arial, Helvetica, sans-serif; margin:0 auto; padding:0}	

/* Structure Div's */
#container {width: 100%; margin: 0 auto; padding: 0; text-align: center; background: transparent 0% 0% no-repeat; /*border: dotted thin #ff00ff;*/}
#content {width: 800px; height:750px; margin: 0 auto; padding: 0; background: transparent 0% 0% no-repeat}

/* Links */
a:link {color: #1f356b; text-decoration: none; font-weight:bold}
a:visited {color: #1f356b; text-decoration: none; font-weight:bold}
a:hover {color: #adbdcc; font-weight:bold; text-decoration:underline}

/* Typography */
p {background: transparent; color: #333; text-decoration: none; text-align: center; font-size: 1.1em; margin:0; padding: 0}
