/* @override http://www.albasolar.es/assets/templates/albasolar/layout.css */

html {
	height:100%;
}

body {
	margin: 0;
	height: 100%;
	background: #bacee7 no-repeat center bottom;
	color: #2e2e2e;
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#container {
	height: auto;
	width: 798px;
	margin-right: auto;
	margin-left: auto;
}



#wrapper {
	width: 100%;
	position: relative;
	overflow: hidden;
	height: auto;
	background-repeat: repeat-y;
	background-position: center -660px;
}

#header {
	width: 798px;
	height: 71px;
	margin-right: auto;
	margin-left: auto;
	background: url(imgs/header.jpg) 0 top;
}

#header_de {
	width: 798px;
	height: 71px;
	margin-right: auto;
	margin-left: auto;
	background: url(imgs/header_de.jpg) 0 top;
}

#header_img {
	width: 798px;
	margin-right: auto;
	margin-left: auto;

}

#nav {
	width: 798px;
	height: 35px;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
}

#content_wrapper {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	background: url(imgs/bg.jpg) no-repeat center bottom;
	height: 100%;
}

#main_content {
	overflow: auto;
	width: 798px;
	margin-right: auto;
	margin-left: auto;
	min-height: 500px;
	background: rgba(255,255,255,0.4) repeat-y 0 bottom;
}

#footer {
 	position: relative;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background: url(imgs/footer.jpg) center top;
	height: 400px;

}