/* CSS Document */

body {
	margin-top:0;
	margin-bottom:0;
	background-image: url(../img/bg3.jpg);
	background-repeat: repeat;
	background-color: #8a8a8a;
	background-attachment: fixed;
	}

	
	
	#container {
		width:800px;
		margin:0px auto;
		margin-top:0;
	margin-bottom:0;
		padding:0px;
		background-color:#ffffff;
		
	}
	
	#header {
	height:112px;
	padding-top:15px;
	background-color:#ffffff;
	position:fixed;
	z-index: 1;
	padding-bottom: 80px;
	}
	
	#contact {
	width:750px;
	padding-left:23px;
	padding-right:23px;
	background-color:#ffffff;
	}
	#contact div {
	padding:0px;
	float:left;
	}

	#name {
	width:750px;
	float:center;
	}
	
	#bar {
	width:750px;
	}
	#info {
	width:392px;
	height:29px;
	float:left;
	margin-top: 4px;
	
	}
	#extra {
	width:750px;
	height:29px;
	float:left;
	margin-top: 4px;
	}
	
	#content {
	padding-top:220px;
	z-index: 0;
	background-color:#ffffff;
	}
	#nextback {
	width:754px;
	padding-bottom:10px;
	padding-left:23px;
	padding-right:23px;
	}
	
	#back {
	width: 375px;
	float: left;
	}
	#next {
	width: 375px;
	float: left;
	}
	#footer {
	height:50px;
	padding:0px;
	}
