@charset "utf-8";
/* 
CSS Document 
Version: 1.0
Author: Kevin Razmus
Author URI: http://numberfive1.com/
*/

/* Begin Structure */
html, body {
                height: 100%;
                overflow: hidden;
            }
body {
	margin: 0 0 0 0;
	padding: 0;
	background-color:#FFF;
	font: normal 90% Arial, sans-serif;
	color:#FFF;
}
#content{
	position:relative;
	height:100%;
}
.full{
	width:100%;
	height:100%;
}
.scroll{
	overflow:auto;
	position:relative;
	height:100%;
	background-color:#7f7f7f;
	text-align:center;
}
h1, h2, h3{
	display:inline;
}
a:link, a:visited{
	color:#FFF;
}
img{
	border:none;
}
.text{
	text-align:left;
	margin:auto;
}