body{
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	background: #FFF;
	font-family: verdana,arial,helvetica;
	font-size: 11px;
	text-align: center;
}
html{
	height: 100%;
	width: 100%;
	}
a{
	color: #000;
	}	
a hover{
	color: #666666;
	}	
a active{
	color: #666666;
	}	
a visited{
	color: #666666;
	}	
p{
	line-height: 1,5em;
	}
	
#container{
	position: relative;
	width: 1000px;
	min-height: 893px;
	margin: 0 auto;
	background: url('/img/bg.jpg') no-repeat center 0;
	}
#header{
	width: 1000px;
	height: 240px;
	}
#content{
	width: 1000px;
	height: 100%;
	}
#footer{
	width: 1000px;
	position: absolute;
	bottom: 0; 
	}