@charset "UTF-8";
/* CSS Document */
/*  This is for the Contact info */
body{
	background-color:#white;
	color:white;
	}


#wrapper{
	margin:0 auto;
	width:960px;
}

#formimage{
	background-image:url(images/comment.png);
	background-repeat:no-repeat;
	width:960px;
	height:660px;
	
}
#form{
	width:460px;
	float:left;
	margin:57px 0 0 253px;
}