/* CSS Document */

body {
	background-color: #FFFFFF;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

/*CONTAINERS*/

#home {
	width: 968px;
	height: 375px;
	padding: 40px;
	margin-top: 40px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto; 	
}
#enter {
	width: 700px;
	height: 40px;
	margin: auto;
	text-align: right;
}
