﻿* {
	margin: 0;
	padding: 0;
}
html {height: 100%}
body {
	font: 12px/18px Arial, Tahoma, Verdana, sans-serif;
	height: 100%;
}
a img,img{border:none;}

#wrapper {
	width: 100%;
	min-width: 0px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 152px;
	background-image: url(images/header_default_aspx_right.jpg);
	background-repeat: repeat-x;
}
#header .header_left {
	background-image: url(images/header_default_aspx_left.jpg);
	background-repeat: repeat-x;
	height: 152px;
	position: absolute;
	z-index: 2;
	width: 50%;
	left: 0px;
}
#header  .header_center {
	background-image: url(images/header_default_aspx_1.jpg);
	background-repeat: no-repeat;
	height: 152px;
	width: 100%;
	position: absolute;
	z-index: 4;
	left: 0%;
	background-position: center top;
}

/* Middle
-----------------------------------------------------------------------------*/
#middle {
	width: 100%;
	padding: 0 0 307px;
	height: 1%;
}
#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#container {
	width: 100%;
	float: left;
	overflow: hidden;
}
.dalee {
	height: 32px;
	width: 102px;
	position: absolute;
	left: 50%;
	top: 0px;
	margin-left: -140px;
	margin-top: 480px;
}

#content {
	background-image: url(images/header_default_aspx_2.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 373px;
	width: 100%;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0px;
}

/* Footer
-----------------------------------------------------------------------------*/
#footer {
	min-width: 0px;
	height: 307px;
	background-image: url(images/footer_default_aspx_left.jpg);
	background-repeat: repeat-x;
	margin-top: -307px;
	margin-bottom: 0px;
	width: 100%;
	background-position: bottom;
}
#footer .footer_left {
	background-image: url(images/footer_default_aspx_left.jpg);
	background-position: center bottom;
	background-repeat: repeat-x;
	position: absolute;
	z-index: 1;
	height: 307px;
	width: 50%;
	left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#footer .footer_center  {
	background-image: url(images/footer_default_aspx.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	position: absolute;
	z-index: 4;
	height: 307px;
	width: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
}
