body {font-size:100%;}
h1 {font-size:1.2em;}
h2 {font-size:0.875em;}

#conts{
	font-family:Arial, Tahoma;
	font-weight:normal;
	text-align:center;
	color:#ebdb6a; 
	position:absolute; 
	overflow:hidden; 
	left:14%; 
	top:454; 
	z-index:30;
}

#conts1{
	font-weight:normal;
	font-family:Arial, Tahoma;
	text-align:center;
	color:#ebdb6a; 
	position:absolute; 
	overflow:hidden; 
	left:23%; 
	top:486; 
	z-index:30;
}

#butt{
	position:absolute; 
	overflow:hidden; 
	left:43%; 
	top:530; 
	z-index:30;
}

img.bg {
	/* Set rules to fill background */
	min-height: 100%;
	min-width: 1024px;

	/* Set up proportionate scaling */
	width: 100%;
	height: auto;

	/* Set up positioning */
	position: fixed;
	top: 0;
	left: 0;
}

@media screen and (max-width: 1024px){
	img.bg {
		left: 50%;
		margin-left: -512px; }
}

div#content {
	/* This is the only important rule */
	/* We need our content to show up on top of the background */
	position: relative;
	}

