/* commented backslash hides from ie5mac \*/ 
html{
	height:100%;
	margin:0;
	padding:0
} 
/* end hack */ 
html,body {
	padding:0;
	margin:0;
	background-color: #000000;
	font-size: 11px;
	font-family: Arial, verdana, sans-serif;
	letter-spacing:3px;

}
body{	
	text-align:left;
	min-width:100%;/* for mozilla*/
	background-color: #000000;
        color:#eeeeee;
	height:100%;
}
#wrapper {
}

#outer{
	height:99.9%;
	min-height:100%;
	width:100%;
	text-align:left;
	margin:auto;
	position:relative;
	overflow:visible;
}

/* mac hide \*/
* html #outer{
	width:100%
}
/* end hide*/

html>body #outer{
	height:auto;
} /*for mozilla as IE treats height as min-height anyway*/

#inner{
	width:1000px;;
	padding-top:300px;/*needed to make room for header*/
        margin-left:auto;
        margin-right:auto;
} 

#innerx{
	width:1000px;;
	padding-top:300px;/*needed to make room for header*/
        margin-left:auto;
        margin-right:auto;

} 

#header{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:300px;
	z-index:74;
	background: #000000;
}

/* mac hide \*/
* html #outer, * html #header {width:100%}
/* end hide*/


div,p  {
	margin-top:0px;
}/*clear top margin for mozilla*/


#clearfooter {
	width:100%;
	height:10px;
	clear:both;
} /* to clear footer */

html>body #minHeight{
	float:left;
	width:0px;
	height:100%;
	margin-bottom:0px;
} /*safari wrapper */

#contentx {
	z-index: 300;
width:800px;
	float:left;
	padding-top: 30px;
}

#prawax {
	float:right;
	padding-top: 30px;
	width:200px;}

#contentx p {
	color: #eeeeee;
}

#contentx p a {
	color: #ebbe00;
	text-decoration:none;
}

#contentx p a:hover {
	color: #ffcc00;
}


#footer p {
	padding: 8px;
}

.bumpbox { z-index:999;}
img {
	border: none;
}
