html, body, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address{
	margin:0;
	padding:0;
}
html{
	height:100%;
}
body{
	height:100%;
	background-color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#fff;
}
a{
	outline:none;
}
hr{
	border:1px dotted #fff;
}
table{
	font-size:10px;
}
a{
	color:#fff;
	text-decoration:none;
}
a:hover{
	color:#ffff66;
}
h1{
	font-size:30px;
	font-weight:normal;
}
h1 a{
	color:#333333;
	margin-right:30px;
}
#left{
	position:fixed;
	left:5%;
	top:45%;
	height:100px;
	margin-top:-60px;
	padding-left:345px;
	background-image:url(img/logo-bxl-intro.jpg);
	background-repeat:no-repeat;
	background-position:0px 17px;
	_position:absolute;
}
#left h1{
	margin:25px 0 0 -70px;
}
#bg-right{
	position:fixed;
	right:0;
	top:0;
	width:35%;
	height:100%;
	padding-left:70px;
	background-image:url(img/bg-right-intro.gif);
	background-position:bottom left;
	_position:absolute;
}
#right{
	position:absolute;
	right:0;
	bottom:50px;
	width:35%;
	padding-left:48px;
	background-image:url(img/logo-art-intro.gif);
	background-repeat:no-repeat;
	background-position:0px 27px;
}
#right div{
	display:block;
	margin-left:70px;
	margin-bottom:20px;
}
#left h1{
	margin-left:-50px;
}