@charset "utf-8";
/* CSS Document */


/* CSS Document */


/* CSS Document */



*{
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
}
.bg {
	height: auto;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	background-color: #FFFFFF;
}
.container {
	height: auto;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 25px;
	font-weight: normal;
	margin-top: 20px;
	margin-bottom: 20px;
}

.wrap {
	background-color: #97cfff;
	background-image: url(../images/bgheader.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.header {
	text-align: center;
	height: auto;
	width: 100%;
}

@media only screen and (max-width: 900px){

.bg {
	width: 100%;

}
.container {
	width: 90%;

}

}