BODY {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
	background-color: rgb(71,44,1);
	font-family: verdana;
	font-size: x-small;
	}
	
a:link {
	text-decoration: none;
	color: #000000;
	}
	
a:visited {
	text-decoration: none;
	color: #000000;
	}

a:active {
	text-decoration: none;
	color: #000000;
	}

a:hover {
	text-decoration: underline;
	color: #000000;
	}
	
p {
	text-indent: 3em;
	}
	
DIV#content {
	width: 400px;
	height: auto;
	position: absolute;
	top: 410px;
	left: 60px;
	text-align: left;
	}

.title {
	font-size: x-small;
	font-weight: 700;
	}


DIV#banner {
	background-image: url(images/banner.jpg);
	width: 444px;
	height: 410px;
	position: absolute;
	top: 0px;
	left: 39px;
	}
