@import url('reset.css');
@import url('typography.css');


body {
width: auto;
}
	img.bg {
			/* Set rules to fill background */
			min-height: 80%;
			min-width: 1035px;
			z-index: -100;
			
			/* Set up proportionate scaling */
			width: 100%;
			height: auto;
			
			/* Set up positioning */
			position: fixed;
			top: 0;
			left: 0;
		}
		
		
.content {
margin-left: auto;
margin-right: auto;
width:1035px;
position:relative;
}
#header {
height: 157px;
width: 630px;
margin-left: auto;
margin-right: auto;
margin-top: 10px;

}
#main_container {
	margin-left: auto;
margin-right: auto;
position:relative;
top: 5px;
}
#main_info {
	    position: absolute;
    top: 26px;
    left: 28px;
}

#button_left_1 {
	position:absolute;
	height: 97px;
	width: 401px;
	top: 180px;
	left: 65px;
}
#button_left_2 {
	position:absolute;
	height: 99px;
	width: 403px;
	top: 322px;
	left: 65px;
}
#button_left_3 {
	position:absolute;
	height: 94px;
	width: 404px;
	top: 469px;
	left: 65px;
}
#button_left_4 {
	position:absolute;
	height: 92px;
	width: 345px;
	top: 615px;
	left: 75px;
}

#button_right_1 {
	position:absolute;
	height: 98px;
	width: 391px;
	top: 182px;
	left: 568px;
}
#button_right_2 {
	position:absolute;
	height: 81px;
	width: 395px;
	top: 337px;
	left: 568px;
}
#button_right_3 {
	position:absolute;
	height: 101px;
	width: 422px;
	top: 469px;
	left: 550px;
}
#button_right_4 {
	position:absolute;
	height: 105px;
	width: 422px;
	top: 609px;
	left: 556px;
}

.bloknot {
	position:absolute;
	height: 633px;
	width: 835px;
	top: 795px;
	left: 98px;
}
.bloknot .bloknot-text {
	position: absolute;
	top: 130px;
	left: 55px;
	width: 720px;
	line-height: 30px;
}
.bloknot h1 {
	font-family:Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 40px;
	font-weight: normal;
}
.bloknot span {
	font-family:Arial, Helvetica, sans-serif;
	line-height: 20px;
	padding-top: 40px;
	font-size: 20px;
	
}
#downstripe {
	
    position:absolute;
	width: 100%;
	top: 1610px;	
	z-index: -50;
}



