@charset "utf-8";
/* CSS Document For General Wibrations Site */

html { /* Force Vertical Scrollbar */
	/* IE */
	overflow-y: scroll; 
	/* Moz */
	/*height: 100%;*/
	margin-bottom: 0.1em;
}

body {
	font: 62.5% 'Lucida Grande', Verdana, Arial, Sans-Serif; /* Resets 1em to 10px */
	color: #444;
	background: #1B1C17;
	text-align: center;
	height: 100%;
}

* { /* set padding/margins to 0 for everything by default */
	padding: 0;
	margin: 0;
}

img { /* turn off img border */
	border: 0;
}

a {
	color: #C8D230;
	text-decoration: none;
}

a:visited {
	color: #C8D230;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#page {
	text-align: left;
	margin: 0 auto;
	position: relative;
	border-top: none;
	clear: both;
	width: 980px;
	color: #ffffff;
	background: #000000;
	border: 1px solid #000;
	height: 100%;
}
	
#header {
	position: relative;
	height: 156px;
	background: #000000;
	margin: 0px;
}
	
#header .logo {
	margin: 10px 337px 30px;
}

#content {
	height: 100%;
	width: 650px;
	margin: 0px 0px 0px 30px;
	padding: 0px;
}
	
#content h1 {
	padding: 20px 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:lighter;
	color: #C8D22C;
}

#content h2 {
	padding: 20px 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:lighter;
}

#content p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: larger;
	padding: 0px 0px 0px 10px;
}

#footer {
	position: relative;
	height: 150px;
}

#footer .content {
	position: absolute;
	bottom: 0px;
	margin: 10px;
	width: 100%;
}

#footer .content p{
	color: #CCCCCC;
	font-size: smaller;
	text-align: center;
}