﻿* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	list-style: none;
}

body {
	background-color:#000000;
	font-size: 75%;
	position: relative;
	color: #FFFFFF;
}

h1 {
	font-size: 20px;
	line-height: 25px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#btn {
	font-size: 10px;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
#btn a {
	color: #FFFFFF;
	background-color: #333333;
	padding: 5px;
	text-decoration: none;
}
#btn a:hover {
	background-color: #FFFFFF;
	color: #000000;
}
#btn_prev {
	left: 0px;
	top: 600px;
	width: 100px;
	float: left;
}
#btn_next {
	top: 550px;
	text-align: right;
	width: 100px;
}
