body{


		margin: 0;
		margin-left: 0;
		margin-right:0;
		background-image: url("images/mainBG.jpg");
		font-family: arial;
	}
	#header{
        margin-left: auto;
        margin-right: auto;	
		width: 904px;
		height: 72px;
		
		background-image: url("images/header.jpg");
		background-repeat: no-repeat;
		position: relative;
	}
	#nav{
	    width: 904px;
		height: 30px;
		border: 1;
		margin-left: auto;
        margin-right: auto;
		
		
		background-image: url("images/nav.jpg");
		background-repeat: no-repeat;
		
		
	}
	#bodybg{
	    margin-left: auto;
        margin-right: auto;
		width: 904px;
		height: 595px;
		background-image: url("images/body_bg.jpg");
		background-repeat: no-repeat;
		position: relative;
		
	}
	
	
	#linkcase{
	padding-left:200px;
	margin-left: auto;
	margin-right: auto;
	position:relative;
	height:30px;
	}
	
	#bodytextcase{
	width:600px;
	margin-left: auto;
	margin-right: auto;
	position:relative;
	
	}
	
	.linkstyle{
	   
		margin-left: auto;
		margin-right:auto;
		float:left;
		position: relative;
		padding-top: 7px;
		padding-left: 40px;
			
		
	    
	}
	
	.linkstyle a:hover{color:#333333;}
	
	#textarea{
	
	position: relative;
	width: 800;
	padding-top: 20px;
	padding-left: 10%;
	padding-right: 10%;

	border: 1;
	
	font-family: verdana;
	font-size: 10pt;
	}
	
	#footer{
	position: absolute;
	left:300px;
	bottom: 0;
	vertical-align: bottom;
	margin-bottom:10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	
    }
	
	
	
