@charset "utf-8";
/* CSS Document */


/*
COLORS:
yellow: #ffcc00 

*/

*
{
padding:0;
margin:0;
}

html, body{
	background: #0b151c;
	height:100%;
}

body
{
background:#0b151c url(body-back-main.jpg) no-repeat center top;
}

.clear { clear: both; }

.wrapper
{
text-align:left;
margin:0 auto;
width:900px;
min-height:100%;
height:auto !important;
}
.big-head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	text-align: left;
}
.mid-head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	font-weight: bold;
	text-align: left;
}
.txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	text-align: left;
	line-height: 22px;
}
.side-link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	text-align: left;
}
.side-link-small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
	text-align: left;
}