@charset "utf-8";
/* CSS Document */

#container{
	width:800px;
	margin-left:auto;
	margin-right:auto;
	border:#666 thin solid;
	padding:5px;
	background-color:#FFF;
	
}

#box{
	width:200px;
	float:left;	
	font-size:16px;
	text-align:center;
	border-right:#000;

}

a:link{
	color:#000;
	text-decoration:none;
}

a:hover{
	color:#000;
	text-decoration: underline;
}

a:active{
	color:#000;
	text-decoration:none;
}

a:visited{
	color:#000;
	text-decoration:none;
}

body{
	font-family: "Myriad Pro";
	background-image:url(sky.JPG);
}

#form{
	margin-left:25%;
	
}


body{background-color: }