

#contactwrap{
	padding: 60px;
	
}

#contactback{
	position:absolute;
	left: 700px;
	top: 500px;
}



input[type="submit"]{
	height: 24px;
    background-image: none;
    background-color: white;
    color: black;
    border-style: solid;
    border: 1px solid black;
    cursor: pointer;
}
#contactform input[type="submit"]{
	margin-left: 0px;
}

input[type="text"]{
	height: 24px;
	width: 500px;
    background-image: none;
    background-color: white;
    color: black;
    border-style: solid;
    border: 1px solid black;
    	
}
textarea{
	height: 120px;
	width: 502px;
    background-image: none;
    background-color: white;
    color: black;
    border-style: solid;
    border: 1px solid black;
    
}



#contactcontent{
	z-index:4;
	position:absolute;
	top:-1600px;
	right:+2560px;
	
	height: 100%;
	width: 100%;
	overflow: hidden;
		
}
#contactbg{
	
	position:absolute;
	top:50%;
	left:50%;
	margin-left: -1280px;
	margin-top: -800px;
	width:2560px;
	height:1600px;
	
}
#contactwrap{
	width:600px;
	height: 600px;
	background-color: white;
	position:absolute;
	top:50%;
	left:50%;
	
	margin-left: -350px;
	margin-top: -300px;

}