@charset "utf-8";

/* CSS Document */



*{
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
}
.bg {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-y;
	width: 900px;
	margin-right: auto;
	margin-left: auto;	
}
.container {
	height: auto;
	width: 85%;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 25px;
}

/* CSS Document */

#backgroud {
	background-size: cover;
	width: 100%;
	height: auto;
	background-color: #081305;
	overflow: hidden;
}
.header {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
@media only screen and (max-width: 900px){
.bg {
	height:auto;
	width: 100%;
	background-size: 100% 100%;



}

.header {
	width: 100%;
	height:auto;
}

}
