#contactbox{
	width:600px;
	font-size: 85%;
	font-family: FontName, Tahoma;
	background-color: white;
	position: relative;
	border: solid 1px black;
	margin-left:20%;
	top: 70px;
	
	
	}
#textbox{
	width:600px;
	margin-left:20%;
	font-size: 85%;
	font-family: FontName, Tahoma;
	background-color: white;
	position:relative;
	border:  solid 1px black;
	top: 35px;
	
	
	}
#left { float: left;
	
	}

#right { float: right;
	
	} 

#picbox {
	background-color: white;
	
	border: solid 1px black;
	margin-left:40%;
	margin-right:33%;
	}
	
body {
	background-color: #00CCFF ;
}
