body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #2e9461;
	font-size: 10px;
	margin: 0;
	padding: 0;
    background-color: #000e04;
}

img				{ border: none }

a				{ color: #34b273; text-decoration: none; border-bottom: 1px #003802 solid; }
a:hover			{ color: #50eca8; text-decoration: none; border-bottom: none;

/*
		box-shadow: 0px 0px 0px #afcf43;  
        -webkit-box-shadow: 0px 2px 2px #afcf43;  
        -moz-box-shadow: 0px 0px 2px #afcf43; 
*/
}

.hidden			{ display: none; }

.intro-wrapper	{ width: 550px; margin: 0 auto; }
.intro-content	{ width: 550px; height: 550px; margin-top: 100px; background: url("../_g/hb_startup_background.png") transparent no-repeat 0 0; }
	
.main-block {
	padding: 330px 0 0 217px;
	text-align: left;
}

.forum-enter {
	font-family: Trebuchet MS, Arial, Verdana, Helvetica, sans-serif;
	color: #2e9461;
	font-size: 10pt;
	font-weight: bold;
}

.forum-enter img { 
	position: relative;
	top: 5px;
	right: 5px;
}

.website-enter img { 
	position: relative;
	top: 8px;
	right: 5px;
}

.copyright {
	position: relative;
	top: 250px;
	color: #003802;
	text-align: center;
}

.copyright a {
	color: #003802;
	text-decoration: none;
	border-bottom: none;
}

.copyright a:hover {
	color: #50eca8;
	text-decoration: none;
}