/*
* Gatman Services
* @version 1.0
* @copyright (C) 2010. All rights reserved!
* @license http://www.gatman.com Copyrighted Commercial Software
*/






BODY {
	margin: 0px 0px;
	padding: 0px;
	background-color: #000;
	font-size: 100%;
	font-family: arial, helvetica, sans-serif;
	color: #FFF;
	text-align: center;
	height: 100%
	}

html { height: 100%; }

#container {
	margin: 50px auto 50px auto;
	padding: 0px;
	text-align: left;
	width: 980px;
	height: 100%;
	border: 0px solid #CCC;
}

a {color: #ccc; font-weight: normal; font-family: verdana, tahoma, arial, helvetica, sans-serif; text-decoration: none; }
a:hover { color: #FFF; text-decoration: underline; }
