body {
	font-family: Verdana,  sans-serif;
	background-image: url(images/bg.gif);
	background-attachment: fixed;
	margin: 0;
	padding: 0;
	text-align: center;
}
 
#main {
	margin: 0 auto;
	background-image: url(images/brown_strip.png);
	background-repeat: repeat-y;
	width: 615px;
	text-align: center;
	height: 840px;
	padding: 0;
}


#main2 {
	margin: 0 auto;
	background: #2D1712 url(images/brown_pixel.jpg);
	width: 579px;
	text-align: center;
	height: 840px;
	padding: 0;
}

.description {
	margin-left: 14px;
	margin-right: 17px;
	color: white;
	font-size: 0.8em;
	text-align: justify;	
	line-height: 1.65em;
	letter-spacing: .05em;
}

img {
	border: none;
}

.buttons {
	margin-top: 10px;
}

.buttons img {
	margin: 0;
}

.line {
	margin-left: 0;
	/* margin-top: 20px; */
	/* margin-top: 50px; */
	width: 578px;
	height: 1px;
	border-bottom: 0px solid #1F0E0A;
}

.credits {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 0.7em;
	text-align: left;
	margin-top: 3px;
	margin-left: 4px;
	color: #110704;
	
	position:absolute;
	top: 810px;
	
}

.credits a:link, a:hover, a:visited {
	color: #110704;
}
