* {
     padding: 0;
     margin: 0;
}
img {
     border: 0;
}
body {
	font-family: Verdana, Geneva, sans-serif;
	line-height: 1.3em;
	margin: 0;
	padding: 0;
	font-size: 13px;
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #000;
}

a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #FFF;
	text-align:center;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: underline;
	color: #FFF;
}
a:active {
	text-decoration: none;
	color: #FFF;
}

.float { 
     float: left; 
} 
.clear { 
    clear: both; 
} 
#container {
	width:900px;
	margin: auto;
	height: 5000px;
}
#container-imp {
	width:900px;
	margin: auto;
	height: 1100px;
}
