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

body {
	font-family: verdana, arial;
	background: #000000 url(../img/bg_body.jpg) top center no-repeat;
	font-size: 62.5%;
}

a img {
	border: none;
}

a:link, a:visited {
	color: #ffffff;
}

a:hover, a:active, a:focus {
	color: #f64643;
}

h1 {
	color: #ffffff;
	font-size: 2em;
	margin-bottom: 12px;
}

p {
	color: #ffffff;
	font-size: 1.3em;
	margin-bottom:12px;
}

#container {
	width: 980px;
	margin-top: 363px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

#primary {
	float: left;
	width: 310px;
	padding-left: 100px;
	padding-right: 30px;
}

#secondary{
	float: left;
	width: 540px;
}

#comissions {
}

#comissions ul {
	list-style: none;
	overflow: hidden;
}

#comissions ul  li {
	float: left;
	width: 100px;
	height: 100px;
	margin-right: 20px;
	margin-bottom: 20px;
}

#footer {
	clear: both;
	padding-top: 20px;
	margin-right: 80px;
}

#footer p {
	text-align: right;
}