html {
        background: url(../img/tapete.jpg) no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
 
}

body {
	margin: 0px;	
	font-family: Arial, Helvetica, sans-serif;
}

#content {
	position: absolute;
	width: 300px;
	height: 400px;
	margin: -200px 0px 0px -150px;
	top: 50%; 
 	left: 50%;
	display: block;
	text-align: center;
}


body.popup {
	padding-left: 20px;	
}

body.popup p {
	text-transform: none !important;
}

#header {
	position: absolute;
	width: 960px;
	height: 140px;
	margin: 0px 0px 0px -480px;
	top: -2px;
	left: 656px;
	overflow: hidden;
}

.logo {
	float: left;	
}

.logo-imprint {
	float: right;
	margin-right: 50px;	
}

.ico {
	float: right;
	border: 0px;	
	margin: -3px 0px 0px 10px;
}

#footer {
	position: absolute;
	width: 100%;
	height: 80px;
	bottom: 4px;
	overflow: hidden;
	text-align: center;
	
}


h1 {
	font-size: 14px;
	line-height: 20px;
	margin: 30px 30px 20px 40px;
}


p {
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	margin: 0px 0px 20px 0px;
	font-weight: normal;
}

p.claim {
	margin-top: 50px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
}

strong {
	font-weight: bold;
	color: #a3a3a3;
}

a {
	color: #000;
	font-size: 14px;
	outline: none;
	text-decoration: none;
}

a:hover {
	color: #333;
}


#colorbox p {
	margin-left: 40px !important;
	font-size: 14px;
}


