/* content style */

html, body {
height: 100%;
margin: 0;
padding: 0;
}

body {
	width:100%;
	background-color: #201713;
	background-image:url(images/full_background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.main_text
{
	font-family:Arial, Helvetica, sans-serif, Tahoma;
	font-size:12px;
	color:#FFFFFF;
	text-decoration:none;
	font-weight:normal;
	line-height:18px;
}
.content_text
{
	font-family:Arial, Helvetica, sans-serif, Tahoma;
	font-size:12px;
	color:#EC9362;
	text-decoration:none;
	font-weight:normal;
	line-height:18px;
}
.content_text a
{
	font-family:Arial, Helvetica, sans-serif, Tahoma;
	font-size:12px;
	color:#EC9362;
	text-decoration:underline;
	font-weight:normal;
}
.content_text a:hover
{
	font-family:Arial, Helvetica, sans-serif, Tahoma;
	font-size:12px;
	color:#FFF0C4;
	text-decoration:underline;
	font-weight:normal;
}
.site_title
{
	font-family:Arial, Helvetica, sans-serif, Tahoma;
	font-size:12px;
	color:#F1B73E;
	text-decoration:underline;
	font-weight:normal;
}