@CHARSET "UTF-8";

body, html {
   width:100%;
   height:100%;
	}

fieldset, img {
	border: 0;
	}

a img {
	border: 0;
	}

a {
	text-decoration: none;
	}

body {
  	margin:0px;
  	padding:0px;	
	width:100%;
	background-color: black;
	}

#wrapper{
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	}

#site {
	margin-left:auto;
	margin-right:auto;
	width: 960px;
	position: relative;
	margin-bottom: 0px;
	font-size:12px;
	font-family: Myriad Pro, Verdana, Arial;
	font-size-adjust:none;
	font-variant:normal;
	font-stretch:normal;
	background: url("../images/layout/tile.jpg");
	background-repeat: repeat-y;
	}

#site_back {
	background: url("../images/layout/background.jpg");
	min-height: 750px;
	width: 960px;
	background-repeat: no-repeat;
	}
	
#header{
	width: 600px;
	height: 84px;
	position: absolute;
	top: 50px;
	left: 210px;
	background: url("../images/layout/title.png");
	}
	
#logo{ 
	width: 154px;
	height: 157px;
	position: absolute;
	top: 50px;
	left: 10px;
	}


#content{
	position: relative;
	left: 270px;
	top: 270px;
	width: 525px;
	height: 500px;
	background-color: #acacac;
	/*border-color: #454545;
	border-style: solid;
	border-left-width: 5px;
	border-right-width: 5px;
	border-top-width: 5px;*/
	}
	
#content_text{
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 40px;
	padding-top: 10px;
	height: 430px;
	overflow: auto;
}

#footer{
	position: absolute;
	top: 750px;
	width: 960px;
	background-color: #444444;
	/*border-color: #454545;
	border-style: solid;
	border-left-width: 5px;
	border-right-width: 5px;
	border-top-width: 5px;*/
	padding-bottom: 10px;
	padding-top: 5px;
	margin-top: 0px;
	text-align: center;
	color: #acacac;
	font-size: 12px;
	line-height: 14px;
	margin-right: auto;
	margin-left: auto;
	height: 30px;
	}

#nav {
	position: absolute;
	left: 50px;
	top: 240px;
	width: 150px;
	height: 350px;
	}

.clear {
	clear: both;
	}
