html, body { 
	height:100%; 
	width:100%; 
	margin:0;
	padding:0;
}

body {
	background: #E4E4E4 url(img/bg_grey_fade.png) repeat-x scroll 0 0;
	color: #000000;
	font-family:"Lucida Sans Unicode","Lucida Grande",Sans-Serif;
	font-size: 14px;
}

#start {
	width:100%;
	border: 1px solid #333333;
	border-top: none;
	min-height:100%;
	height: auto !important;
	height:100%;
	border-bottom: none;
	position:relative;
	z-index:10;
	margin:0px auto;
	background: #ffffff;
}
a { 
	color:#666666;
	text-decoration:none;
}

a:focus, a:hover { 
	text-decoration:underline;
}

#content {
	padding: 3px 0 60px 0;
}
#web_hot_pkt {
	margin:0 auto;
    width: 100%;
	max-width: 800px;
}
.logga {
	margin: 0 auto;
	width:210px;
}

select, input, textarea {
	font-size: 1em;
}
h1 {
	font-size: 1.8em;
	line-height:1.8em;
	color: #2b475c;
	margin-bottom:0;
}
p {
	margin: 0;
    padding: 0 0 5px;
}

#parkerad, #blockerad , #work_in_progress {
	margin: 20px auto 0;
    min-height: 400px;
    padding: 20px 5px 40px 5px;
    width: 90%;
	max-width: 700px;
}
#parkerad {
	background: url(img/parkerad.png) 0px 0px no-repeat;
}

#blockerad {
	background: url(img/blockerad.png) 0px 0px no-repeat;
}

#work_in_progress {
	background-image: url('img/wip.png');
    background-repeat: no-repeat;
    background-size: contain;
	background-position: center;
}

.banners {
	text-align: center;
	padding: 0 0 5px 0;
}
.clear {
	width: 100%;
	clear: both;
}