html {
	margin: 0;
	padding: 0;
	height: 100%;
	/*overflow: hidden;*/
}
html,div,ul, li,embed,h1,img {
	margin:0;
	padding:0;
}
a,img {
text-decoration:none;
color:white;
border:;
font-size:10px;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #000000;
}

#contentId {
	position:relative;
	background-image:url(/common/img/6130.jpg);
	background-repeat:no-repeat;
}

div#htmlcontent {
	display: none;
}

#header {
height:70px;
background-color:white;
}
#header li a:hover {
	color: #F8BE32;

}
#header img {
padding-top:5px;
}
#main-menu {
background-color:black;
height:40px;
position:absolute;
top:30px;
width:100%;
}
#main-menu ul li {
float:left;
list-style:none;
padding-left:20px;
}
#main-menu ul li a {
line-height:50px;
font-size:15px;
}

#features {
z-index:200;
width:250px;
height:100%;
padding:0px 15px 0px 5px;
background-color:black;
}

#features ul {
list-style-type: none;
}
#features ul li  h1 {
font-size: 11px;
color: #FF9900;
text-align:right;
padding:0px;
position:absolute;
top:0px;
right:5px;
z-index:400;
}

#features li {
color: #FFFFFF;
background-repeat:no-repeat;
width:255px;
position:relative;
border-bottom:1px solid white;
padding-bottom:10px;
margin-bottom:5px;
}
#features li img {
border:none;
position:relative;
}
li a span {
position:absolute;
text-align:right;
width:125px;
top:20px;
right:5px;
}
#features li a:hover {
	color: #F8BE32;

}

div#footer {
	height:25px;
	position:relative;
	background-color: #fff;
}
#footer a:link,
#footer a:visited {
	color: #000;
	line-height:25px;
	padding-left:5px;
}
#footer a:hover,
#footer a:active {
	color:#660000;
}
#footer a.home {
	position:absolute;
	right:5px;
}
#catch-phrase p {
	font-size:50px;
	width:280px;
	text-align:right;
	position:absolute;
	bottom:0px;
	right:15px;color: #F8BE32;
}