@charset "utf-8";
/* CSS Document */


/*Layer -1*/

html{
	width: 100%;
	min-height: 100%;
	margin: 0 auto;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #2596C4;
	font-size: 11px;
	line-height:15px;
}

body{
	width: 100%;
	min-height: 600px;
	margin: 0 auto;
	background-color: #25a3fc;
	background-image: url(../images/css/bggradDay.jpg);
	background-repeat: repeat-x;
	position: relative;
}


#bgreflection{
	width: 100%;
	height: 100%;
	min-height: 600px;
	background-image: url(../images/css/reflectDay.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	position: relative;
}

#sitecontainer{
	width: 927px;
	min-height: 600px;
	position: relative;
	margin: 0 auto;
	background-image: url(../images/css/containerbgDay.png);
	background-repeat: repeat-y;
}

#sitecontainerbg{
	width: 927px;
	min-height: 600px;
	position: relative;
	margin: 0 auto;
	background-image: url(../images/css/containerbottomDay.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}

#header{
	width: 927px;
	height: 211px;
	background-image: url(../images/css/headerDay.jpg);
	background-repeat: no-repeat;
}

