@charset "utf-8";
/*----------------------------------------------------------------------------*/
/* 		8CPLUS | Wiener und Niederösterreichische Kletter- und Boulderwebsite		*/
/* 		STYLESHEET									        									              		*/
/*----------------------------------------------------------------------------*/
/* 		DESIGN AND PROGRAMMING by JNSM												               		*/
/* 		design. develope. create.													              				*/
/* 		http://www.jnsm.at _ martin@jnsm.at				  	 		              				*/
/*----------------------------------------------------------------------------*/

/*		enough Bla Bla... gotta get to work!!!						              				*/

/*----------------------------------------------------------------------------*/
/*		E L E M E N T S
/*----------------------------------------------------------------------------*/

* {margin:0;padding:0;}

body {
	background-color: #CCCC99;
	color: #969671;
	font-size: 10px;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-weight: bold;
}

h1 {
	text-indent: -9999px;
}

a {
	color: #999933;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #969671;
}


/*----------------------------------------------------------------------------*/
/*		D I V S
/*----------------------------------------------------------------------------*/


#wrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -250px;
	margin-left: -380px;
	width: 760px;
	height: 505px;
	background-image: url(../images/underconstruction.jpg);
	background-repeat: no-repeat;
}

#wrapper p {
	position: absolute;
	top: 390px;
	left: 0;
	width: 760px;
	text-align: center;
}

