@charset "utf-8";
body {
	background-color: #2f2f2e;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(Images/Layout/new/background.png);
	background-repeat:repeat-y;
	background-position:center;}
	
<style type="text/css">
<!--
#test {
  background: #0f0;
  position: absolute;
  top: 0px;
  left: 30px;
  width: 800px;
  height: 100px;
}
</style>

.HeaderText {
	font-family: Arial, Helvetica, sans-serif;
	color: #c69692;
	font-weight: bold;
	font-size: 20px;}

body,td,th {
	color: #c69692;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;}
a:link {
	color: #b5b4e4;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #00CCFF;
}
a:hover {
	text-decoration: none;
	color: #00FFFF;
}
a:active {
	text-decoration: none;
	color: #b5b4e4;
}

/* Gallery Page */
.FullImage {
	max-width:707px;}