/* CSS body*/
html{
	margin: 0px;
	width: 100%;
}

body{
	margin: 0px;
	width: 100%;
	background-color: #EFEFEF;
	font-family: "Arial",sans-serif;
	font-size: 14px;
}

/* CSS Div */
div.box{
	min-width: 900px;
	width:100%;
}

div.top{
	background-image: url("top.jpg");
	background-position: center;
	height: 80px;
	width: 100%;
	border-bottom: 10px solid #333;
	border-top: 2px solid #333;
}

div.middle{
	margin: auto;
}

div.footer{
	font-size: 18px;
	padding-top: 10px;
	background-color: #AAA;
	height: 40px;
	min-width: 600px;
	border-top: 10px solid #333;
	border-bottom: 2px solid #333;
	text-align: center;
}

/* CSS Headers */

h1 {
	margin: 0px;
	font-size: 40px;
	color: #222;
}