@charset "ISO-8859-1";

body {
	background-color: #000000;
	margin-top: 0;
	overflow-x: hidden;
	overflow-y: hidden;
}

#pagewrapper {
	background-image: url(images/red_repeat_tile_back.jpg); 
	background-attachment: inherit;
	background-repeat: repeat-x;
	width: 1024px;
	height: 1000px;
	margin-left: auto;
	margin-right: auto;
	position: inherit;
	
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #660000;
	text-decoration: none;
	background-color: #FFFFFF;
}

