@charset "utf-8";

* {
	margin: 0px 0px 0px 0px;
	padding: 2px 2px 2px 2px;
}

html {
	width: 100%;
	height: 100%;
}

body {
	background: url(img/bkg-page-index.gif) #414244 repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 13px;
	width: 100%;
	height: 100%;
}

div#main-content {

	width: 100%;
	padding-bottom: 80px;
}

a:link {
	color: #666;
}

a:hover {
	color: #333;
}

a:visited {
	color: #666;
}

p {
	margin: 10px 10px 0px 78px;
	font-size: 11px;
	width: 590px;
}

h1 {
	font-size: 70px;
	letter-spacing: -4px;
	color: #fff;
	font-weight: normal;
	display: block;
	float: left;
	margin-top: 20px;
}

h2 {
	margin: 64px 0px 0px 10px;
	font-size: 22px;
	display: block;
	float: left;
	font-weight: normal;
}

h3 {
	margin: 10px 10px 0px 78px;
	font-size: 22px;
	font-weight: normal;
}

.selected {
	background-position: bottom !important;
	color: #fff !important;
}