/**
	MAINCSS FILE FOR UBP ANNOUCEMENT

	Developed by IQ2.AT SEPTEMBER 2008
	Copyright by IQ2.AT SEPTEMBER 2008
		
	UBP - United Basalt Products is a webproject maintained by 
	barkintheyard.com in cooperation with iq2.at. 
	
	Projectfacts: 
	
	Main-Release: September, 2008
	
	Have fun!
*/	


/*
  ======================================================
	LAYOUT SPECIFIC STYLESHEET DEFINITIONS
  ======================================================
*/
html {
	height: 100%; /* fix height to 100% for IE */
	max-height: 100%; /* fix height for other browsers */
	width: 100%; 
	padding: 0; 
	margin: 0; 
	border: 0; 
	/* hide overflow:hidden from IE5/Mac */ 
	/* \*/ 
	overflow: hidden; 
	/* */ 
}

body {
	height: 100%; /* fix height to 100% for IE */
	max-height: 100%; /* fix height for other browsers */
   width: 100%; 
	/* hide overflow:hidden from IE5/Mac */ 
	/* \*/ 
	overflow: hidden; 
	/* */ 
	padding: 0; 
	margin: 0; 
	border: 0;
	background-color: #000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000; 
	text-align: center;
}

/**
  ======================================================
    COMMON STYLES FOR LINKS
  ======================================================
*/ 
a { 
	outline-width: 0; 
	display: inline;
} 

a:link, a:visited, a:hover, a:active {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #FFF;
}

/**
  ======================================================
	CONTENTAREA + WRAPPER
  ======================================================
*/
#contentwrapper {
  margin: 0 auto;
  width: 100%;
  text-align: left;
}

#maincontent {
	position: absolute;
	width: 260px;
	height: 110px;
	margin-top: -55px;
	margin-left: -130px;
	top: 50%; 
	left: 50%;
	text-align: left; 
	float: left;
}

#logo {
	padding: 0;
	margin: 0;
	border: 0;
	width: 260px;
	height: 110px;
	text-align: center;
	float: left;
}
