html
{
	overflow: -moz-scrollbars-vertical;
}

body
{
	background-image: url('images/bg.png');
	background-repeat: repeat-x;
	background-color: #202020;
	font-family: arial;
	color: #ffffff;
}

h2, ul
{
    margin: 0px;
    padding: 0px;
}

#menu a:link, #menu a:active, #menu a:visited
{
	text-decoration: none;
	color: #cccccc;
}

#main a:link, #main a:active, #main a:visited
{
	text-decoration: none;
	/*color: #89e2df;*/
    color: #ff8c39;
}

#steps a:link, #steps a:active, #steps a:visited
{
	text-decoration: none;
	color: #232323;
}

#menu a:hover, #steps a:hover
{
	color: #ffffff;
	text-decoration: underline;
}

#main a:hover
{
    color: #ffffff;
    text-decoration: none;
}


form
{
	margin: 0px;
}

ul, ol
{
	margin: 0px;
	padding-top: 60px;
	padding-left: 42px;
}

#wrapper
{
	width: 800px;
	margin: 0px auto;
	margin-top: 30px;
}

#navigator
{
	padding-bottom: 6px;
	border-bottom: 1px solid #343434;
	margin-bottom: 30px;
}

#logo
{
	float: left;
	width: 153px;
	height: 66px;
	margin-left: 10px;
}

#menu
{
	float: right;
	font-size: 14px;
	padding-top: 20px;
	padding-right: 15px;
	font-weight: bold;
}

#main
{
	min-height: 484px;
	background-image: url('images/gui.png');
	background-repeat: no-repeat;
	background-position: top right;
	border-bottom: 1px solid #343434;
}

#steps
{
	font-size: 14px;
	width: 410px;
	float: left;
}

#step1
{
	background-image: url('images/step1.png');
	background-repeat: no-repeat;
}

#step2
{
	background-image: url('images/step2.png');
	background-repeat: no-repeat;
}

#step3
{
	background-image: url('images/step3.png');
	background-repeat: no-repeat;
}

#step1, #step2, #step3
{
	width: 310px;
	height: 150px;
	margin-bottom: 5px;
}

#info
{
	margin-top: 250px;
	float: left;
}

#info ul
{
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	font-style: italic;
	list-style-image: url('images/check.png');
}

#info li
{
	margin-bottom: 16px;
    margin-left: 20px;
    padding-left: 20px;
}


#cont ul
{
	margin: 0px;
	padding: 0px;
}

#cont li
{
	font-size: 14px;
	margin-left: 30px;
	color: #dddddd;
}

.faq_q
{
	margin-top: 30px;
	font-size: 22px;
	border-bottom: 1px dotted #454545;
}

.faq_up /* lol ;) */
{
	text-align: right;
	font-size: 14px;
	margin-top: 14px;
}

.faq_a
{
	font-size: 14px;
	margin-top: 6px;
    border-left: 4px solid #454545;
	padding: 14px;
}

#adsense
{
    position: absolute;
    margin-left: 840px;
}

#footer
{
	margin-top: 4px;
	text-align: right;
	font-size: 12px;
	color: #454545;
}
