html, body{height:100%}

body{
	/*background-image: url('imgs/honeycomb_skin.jpg');*/
	/*background-color:#000000;*/
	/*background-repeat:no-repeat;*/
	background:url(imgs/redbodybg2.gif);
	background-repeat:repeat-x;
	background-color:#5D0000;
	}
	
a:link,a:visited,a:active {
	font-family: Verdana, Helvetica, Arial;
	font-weight: bold;
	text-decoration:none;
	color: #FF7800;
	font: bold;
	font-size : 11px;
	font-style: normal;
	}
	
a:hover {
	font-family: Verdana, Helvetica, Arial;
	font-weight: bold;
	font-size : 11px;
	color: #d5b530;
	}
	
p {
	font-family: Verdana, Helvetica, Arial;
	color: #efefef;
	font-size : 11px;
	font-style : normal;
	}
	
h1  {
	font-family: Verdana, Helvetica, Arial;
	color: #d5b530;
	font: bold;
	font-size : 14px;
	font-style : normal;
	}

table,td,th {
	font-family: Verdana, Helvetica, Arial;
	color: #efefef;
	font-size : 11px;
	font-style : normal;
	}
	
#master {
	position:relative;
	height:60px;
	margin:5px;	
	}
#slaveTXT {
	position:absolute;
	left:0;
	top:25%;
	width:240px;
	text-align:right;
	font-size:9px;
	}

#slaveOBJ {
	position:absolute;
	right:0;
	}