/********************************************************************
* GENERAL / DOCUMENT STYLE
*********************************************************************/

body
{
	background-color	: #000000;
	font-family			: Tahoma,Geneva,Arial,Helvetica,sans-serif;
	font-size			: 0.8em;
	color				: #5f5f5f;
}

html
{
	height				: 100%;
}

a
{
	color				: #E6E7E8;
	text-decoration		: none;
	font-weight			: bold;
}
a:hover
{
	color				: #54BCEB;
	text-decoration		: underline;
}
input, textarea
{
	border: 1px solid #5F5F5F;
	background-color: #1D1D1D;
	color: #ffffff;
}
/********************************************************************
* PAGE LAYOUT
*********************************************************************/

div.wrapper
{
	margin-left			: auto;
	margin-right		: auto;
	width				: 980px;
	height				: 100%;
}
div.page-content
{
	padding				: 10px 0 10px 0;
	vertical-align		: top;
	text-align			: center;
	font-size			: 1.2em;
	color				: #ffffff;
}

/********************************************************************
* CONTENT
*********************************************************************/
div.navigation > a
{
	font-size			: 1.2em;
}
div.logo
{
	margin-top			: 100px;
	margin-left			: auto;
	margin-right		: auto;
	width				: 441px;
	height				: 154px;
}

div.company-info
{
	text-align			: right;
}
div.content-title
{
	font-weight			: bold;
	color				: #0096D6;
	font-size			: 1em;
}
