/*	-------------------------------------------------------------
	-------------------------------------------------------------
	CSS
	-------------------------------------------------------------
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

body {
	margin: 0;
	padding: 0;
	color: #333;
	font: 16px Arial, Verdana, sans-serif;
	text-align: left;
	/* background: #2C2B27 url(bgstripe.jpg) repeat top center; */
}



/*	-------------------------------------------------------------
	MAIN DIVS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#container {
	text-align: center;
	height: 480px;
	margin: 10% 0;
	background: #2c2b27;
}

img { border: 0; }

#logo {
	margin-top: 125px;
}


p {
	text-align: center;
	padding: 0 0 5px 0;
	margin: 0;
	color: #FFF;
	font-size: x-small;
}

h1 {
	font-size: 1.8em;
	color: #444;
}

h2 {
	font-size: 1.4em;
	color: #777;
}

	