/* CSS Document */
html {
	margin: 0;
	padding: 0;
	}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: normal;
	color: #000000;
	font-size: 12px;
	background-color: #000000;
	background: url(images/intro.jpg) top left no-repeat;
	background-color: #000000;
	margin-top: 0px;
	padding-top: 0px;
	}
	
a:link {color: #990000}
a:visited {color: #CC0000}
a:hover {color: #CC0000}

	
/* Container */

#container {
	width: 750px;
	margin: 0 auto;
	padding: 0;
	}

/* Header */

#header {
	width: 750px;
	height: 160px;
	margin: 0 auto;
	background: url(images/header.jpg) no-repeat;
	border-right: solid #CCCCCC thin;
	border-left: solid #CCCCCC thin;
	}
	
/* Page */

#page {
	width: 750px;
	margin: 0 auto;
	background-color: #FFFFFF;
	border-right: solid #CCCCCC thin;
	border-left: solid #CCCCCC thin;
		}
	


.para {
	padding: 10px 20px 20px 20px;
	}
	
/* Footer */

#footer {
	width: 750px;
	height: 30px;
	margin: 0 auto;
	background: url(images/footer.jpg);
	}