﻿#container {

	/*background: url('../images/cars.jpg');*/
	height:920px;

		}
html 	{
		background: url('../images/cars.jpg') no-repeat center;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		background-color: #B8B9BB;

	}

#header {

	background: url('../images/trygg_willys_bygg.png');
	background-color:rgba(255, 255, 255, 0.8);
	background-repeat:no-repeat;
	background-position: center;
	position:absolute;
	top:20px;
	left:50%;
	margin-left: -410px;
	height:271px;
	width:820px;
	-moz-box-shadow: 10px 10px 5px black;
	-webkit-box-shadow: 10px 10px 5px black;
	box-shadow: 10px 10px 5px black;
	border-radius:25px;
	-moz-border-radius:25px;	
	}
	
#content {

	background-color: rgba(255, 255, 255, 0.8);
	background-repeat:no-repeat;
	position:absolute;
	top:311px;
	left: 50%;
	margin-left: -410px;
	height:600px;
	width:820px;
	font-family:Helvetica;
	font-size:medium;
	text-align:left;
	color:#000000;
	overflow:auto;
	-moz-box-shadow: 10px 10px 5px black;
	-webkit-box-shadow: 10px 10px 5px black;
	box-shadow: 10px 10px 5px black;
	border-radius:25px;
	-moz-border-radius:25px;
	}
	
#centrum {
		
	width:760px;
	height:440px;
	margin-top:30px;
	margin-left:30px;
	}
	
#form {
		
	width:300px;
	height:355px;
	position:absolute;
	left:50%;
	margin-left:-150px;
	top:50px;
	font-family:Calibri;
	font-size:medium;
	text-align:left;
	color:#5C5C5C;
}
	
#menu {
	
	background-color: rgba(255, 255, 255, 0.0);
	background-repeat:no-repeat;
	/*border:thin;*/
	position:absolute;
	top:231px;
	left: 50%;
	margin-left: -400px;
	height:30px;
	width:800px;
	}
	
#footer {

	background-color: rgba(255, 255, 255, 0.0);
	background-repeat:no-repeat;
	background-position: center;
	position:absolute;
	top:846px;
	left: 50%;
	margin-left: -400px;
	height:60px;
	width:800px;
	font-family:Calibri;
	font-size:small;
	text-align:center;
	}
	
.shadow 
{
	-moz-box-shadow: 10px 10px 5px black;
	-webkit-box-shadow: 10px 10px 5px black;
	box-shadow: 10px 10px 5px black;
}
