html, body, div, p, table, tbody, tr, td, h1, h2, h3, h4, ul, li, form, img { margin: 0; padding: 0; border: 0; font-family: 'PT Sans', sans-serif;}

html, body {
	border:0;
	margin:0;
	padding:0;
	font-family: 'PT Sans', sans-serif;
    font-family: 'PT Sans Narrow', sans-serif;
    background: #000 ;

}



img { border:0; }

#container_outer{
}

#container {
	width: 100%;
	height: 1294px;
	display: block;
	overflow: hidden;
	position: relative;
	background: url('../images/bg.png');
    background-repeat:no-repeat;
    background-position: center top;
    background-attachment:scroll;


}
#header {
	width: 100%;
	overflow: hidden;
	height: 120px;
	display: block;

	margin-top: 0pt;
    margin-right: auto;
    margin-bottom: 0pt;
    margin-left: auto;
    /* background: url(../images/header_bg.png) repeat-y; */
    background-position: center;
}

.home #header {
	height: 570px;
}

#header-inner {
	width: 960px;
	margin: 0 auto;
	position: relative;
}

#header-inner h1 {
	position: absolute;
	left: 20px;
	top: 210px;
}

a#logo {
    position:relative;
    left:80px;
    top:40px;
	width: 206px;
	height: 42px;
	display: block;
	background: url(../images/logo.png) no-repeat;
	text-indent: -9999px;
}

#header-bottom {
    width:900px;
    height:100px;

	margin-top: 0pt;
    margin-right: auto;
    margin-bottom: 0pt;
    margin-left: auto;
    /* background: url(../images/header_bottom_bg.png) no-repeat;
    background-position: bottom; */
}

#content {
    width:900px;
    height:460px;
	background: red;
	margin-top: 0pt;
    margin-right: auto;
    margin-bottom: 0pt;
    margin-left: auto;
   /*  background: url(../images/header_bg.png) repeat-y top center ; */
    background-position: center;
}





#footer {
    width:900px;
    height:143px;

	margin-top: 0pt;
    margin-right: auto;
    margin-bottom: 0pt;
    margin-left: auto;
    /*  background: url(../images/footer_bg.png) no-repeat; */

}



#privacy_policy{
    position: relative;
    top: 30px;
    left: 30px;
    font-size: 11px;

}

#privacy_policy a{
    color:#000;
    text-decoration:none;

}

#privacy_policy a:hover{
    color:#000;
    text-decoration:underline;

}


