@charset "UTF-8";
/* CSS Document */

/*
	Matt Slosky
	http://sloskycreative.com
*/

/* reset */

#		{ margin: 0; padding: 0; }
html		{overflow-y: scroll; }
html, body	{height: 100%; }
body		{font-size: 62.5%; font-family: Arial, sans-serif; color: #272727; }
ul		{list-style: square inside; }
ol		{list style: decimal inside; }
a		{outline: none; text-decoration: none; }
a img		{border: none; }
img		{vertical-align: middle; }
table		{border collapse: collapse; }

/* utility */

.floatLeft	{float: left; }
.floatRight	{float: right; }
.clear		{clear: both; }

/* type */

h1 { font: 13pt Arial, Helvetica, sans-serif; color: #fff; letter-spacing: 5px; padding: 0; }
h2 { font: 22pt Verdana, Arial, Helvetica, sans-serif; color: #272727; letter-spacing: 5px; padding: 0; margin-bottom: 25px; text-transform: uppercase; font-weight: bold; }
p { font: 10pt Arial, Helvetica, sans-serif; color: #272727; line-height: 20px;  }
a { color: #babee7;}


/* set the page background color and margins. */ 

#homeBody {
    background: #FFF url(../images/griesser_cover.png) no-repeat;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
}

#container {
	width: 90%;
    height: auto;
	margin: 0 auto;
		}
		
		
.enter {margin: 10% 0 0 0; }
