﻿/*
	--------------------------
	Common Styles
	--------------------------
*/

/*  Typography 
--------------------------  */

html, body  { width: 100%; height: 100%; }
body	{ font-family: arial, verdana, sans-serif; font-size: 1em; margin: 0px; border: 0px; text-align: center; background: #000; overflow: hidden; }

div#alternate { margin: 0px; width: 1000px; height: 635px; color: #fff; float: left; background: #000 url(../files/backgrounds/home.jpg) no-repeat center right; }

div#logo { width: 200px; height: 635px; text-align: center; background: #000; float: left; }
div#logo img { margin-top: 302px; }

div#content { width: 460px; height: 435px; text-align: left; font-size: 0.8em; padding: 100px 20px; float: left; background: transparent url(../files/backgrounds/opaque.png); }

