/* CSS Document */

body
{
	width: 600px;
	height: 400px;
	margin: auto;
	margin-top: 50px;
	margin-bottom: 50px;
	background-color:#FF3300;
	border: 2px solid black;
}
