@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	width:100%;
	color:#FFFFFF;
	font:normal 12px/1.5em "Liberation sans", Arial, Helvetica, sans-serif;
	background:url(../images/bg.jpg) repeat-x;
	
}

html, .main {
	padding:0px;
	margin:0px;
}

.main {
	background:#ffffff url(../images/main_bg.jpg) repeat-x left top;

}

a:link {color:#000000;}     /* unvisited link */
a:visited {color:#FFFFFF;}  /* visited link */
a:hover {color:#0099CC;}    /* mouse over link */
a:active {color:#000000;}   /* selected link */


a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}


.logo {
	padding:0;
	float:left;
	width:auto;
	height:93px;
}









#header{
    position: relative;
    top: 0;
    height: 174px;
    width: 100%;
    z-index: 1;
}

#content{
padding-top:174px;
    position: absolute;
	height:1435px;
    top:0px;
    bottom:0px;
    width:100%;
}

#footer{

    position: fixed;
	bottom:0px;
    height: 200px;
    width: 100%;
    z-index: 1;
}
