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

html {
	height: 100%;
}
body {
	overflow: scroll;
	height: 100%;
	margin: 0%;
	padding: 0%;
	background-attachment: fixed;
	background-color: #000;
	background-image: url(../images/800/const.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
img {
	border: 0px;
}
.content {
	height: 100%;
	widht: 100%;
	margin-left: auto;
	margin-right: auto;
}