@charset "UTF-8";

/*
Site created by Penta Graphix
Copyright 2008
*/

/*
/*-----------------
|
|	General website setup
|
/-----------------
*/

* 
{
	margin:0;
	padding:0;
}

html
{
	margin-top: 5%;
	font-size: 11px;
	line-height: 18px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background-color: #091E3E;
	
}

/*
/*-----------------
|
|	DIVs
|
/-----------------
*/


div#padding
{
	height: 150px;
	width: 600px;
}

div#content
{
	width: 955px;
	margin: auto;
	text-align: center;
}

p
{
	color: #fff;
}

a
{
	color: #ccc;
}
