/* reset */
body, h1, h2, h3, h4, h5, h6, 
p, address, form, fieldset, 
ul, ol, li, object, param, table, legends, input {
	margin: 0;
	padding: 0;
}

a, a:visited {text-decoration: none;}
fieldset, img, object, param, table, td, th, tr, legend {border: 0;}
li {list-style:none;}
/* end of reset */

body {
	background-color: #4a4a4a;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	color: #fff;
}

a {
	color: #FF4200;
	border-bottom: 1px dotted #FF4200;
}

a:visited {
	color: #FF4200;	
	border-bottom: 1px dotted #FF4200;
}

a:hover {
	color: #FFCB3F;
	border-bottom: none;
}

#top {
	width: 800px;
	margin: auto;
	padding-top: 100px;
	background-color: #444;
}

#top h1 {
	padding: 20px;
	letter-spacing: 15px;
	color: #FFB900;
	font-size: 30px;
}

#container {
	width: 800px;
	margin: auto;
	text-align: justify;
	background-color: #555;	
}

#container p {
	padding:20px;
}

#footer {
	width: 800px;
	margin: auto;
	background-color: #4a4a4a;
}

#footer p {
	padding: 10px 0 10px 0;
	text-align: center;
}