/*------------------------------------------------------
	::	Oliver Bisko Design - Austria
		http://byobd.com

	:: (c) 2009, all rights reserved
		
	::	the.css - v. 1.0 - 200908
--------------------------------------------------------
	::	colors: #000 #fff
	::	font: Helvetica, Arial, Verdana, sans-serif;
--------------------------------------------------------
	::	global
------------------------------------------------------*/
@import url('reset.css');

* {
	border: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}
html, body, #cont, #bgr, #bgr table, #bgr td {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
body {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 10px;
	color: #000;
	background: url(loading_w_000.gif);
	background-position: 183px 160px;
	background-repeat: no-repeat;
}
a {
	color: #000;
	outline: 0;
	text-decoration: none;
}
img {
	display: block;
}

/*	::	navigation: byobd.com | contact
------------------------------------------------------*/
#menu {
	position: absolute;
	top: 50px; /* top or bottom */
	left: 200px;
	width: 100%;
	line-height: 12px;
	z-index: 2000;
}
h1 {
	position: relative;
	width: 200px;
	left: -201px;
	margin-bottom: -71px;
}
h1 a {
	color: #fff;
	font-size: 12px;
	text-align: right;
	background: #000;
	padding: 49px 10px 10px 0;
	display: block;
}
h1 a:hover {
	color: #000;
	font-size: 16px;
	background: #000 url(hit.gif) 0 0 repeat;
}
#menu div {
	height: 71px;
	background: #000;
	opacity: .7; /* for all other browsers */
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; /* for IE8 */
	filter: alpha(opacity=70); /* for IE5-7 */
	-moz-opacity:0.7; /* for older mozilla & netscape browsers */  
	-khtml-opacity:0.7; /* for Safari (1.x) */ 
}
ul {
	float: left;
	width: 100%;
}
li a {
	color: #fff;
	font-size: 12px;
	text-align: left;
	background: #000;
	padding: 49px 0 10px 10px;
	display: block;
}
li a:hover {
	color: #000;
	font-size: 16px;
	background: #000 url(hit.gif) 0 0 repeat;
}

/*	::	hello box
------------------------------------------------------*/
#cont {
	position: absolute;
	top: 0;
	left: 0;
	overflow: auto;
	z-index: 1000;
}
.botox {
	position: absolute;
	top: 40%;
	left: 170px;
	width: 400px;
	padding: 10px;
}
.left {
	text-align: left;
	font-size: 12px;
}
.large h2 {
	color: #000;
	font-size: 80px;
	padding: 10px 0 10px 15px;
}
div.botox p {
	background: #fff;
	padding: 10px 10px 8px 20px;
}
/*	::	background image & footer 
------------------------------------------------------*/
#bgr div {
	position: absolute;
	width: 200%;
	height: 200%;
	top: -50%;
	left: -50%;
}
#bgr p {
	position: absolute;
	left: 10px;
	bottom: 10px;
	color: #fff;
	background: #000;
	padding: 4px;
	z-index: 3000;
}
#bgr td {
	text-align: center;
	vertical-align: middle;
}
#bgr img {
	min-height: 50%;
	min-width: 50%;
	margin: 0 auto;
}