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-image:url(http://cms3.proximedia.com/files/33434/MediaArchive/bg-architecture.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-attachment:fixed;
	*/
	background-color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#fff;
}
body.art{
	background-image:url(http://cms3.proximedia.com/files/33434/MediaArchive/bg-art.jpg);
}
a{
	outline:none;
}
hr{
	border:1px dotted #fff;
}
table{
	font-size:10px;
}
#screenshot{
	position:absolute;
	display:none;
	right:35%;
	padding-right:5px;
}
#screenshot img{
	border:1px solid #000;
}
#logo{
	position:fixed;
	_position:absolute;
	left:0;
	top:0;
	width:266px;
	height:94px;
	background-image:url(img/logo-bxl.png);
}
body.art #logo{
	background-image:url(img/logo-art.png);
}
#Photos{
	position:absolute;
	z-index:10;
	left:5px;
	bottom:5px;
}
#Photos a{
	margin-right:2px;
	float:left;
}
#Photos a img{
	height:50px!important;
	width:auto!important;
}
#left{
	position:fixed;
	_position:absolute;
	left:0;
	top:45%;
	height:80px;
	margin-top:-60px;
	width:160px;
	background-image:url(img/bg-left.png);
	padding:10px 10px 10px 30px;
	font-size:11px;
	font-weight:bold;
}
body.art #left{
	height:auto;
}
#left ul{
	list-style:none;
}
#left a{
	color:#e5e5e5;
	text-decoration:none;
	line-height:20px;
	display:block;
}
#left a:hover,#left a.active{
	color:#ffff66;
}
#large{
	position:fixed;
	_position:absolute;
	left:250px;
	top:25%;
}
#large img{
	border:1px solid #000;
}
#bg-right{
	position:fixed;
	_position:absolute;
	right:0;
	top:0;
	width:35%;
	height:100%;
	padding-left:200px;
	background-image:url(img/bg-right.png);
	background-position:center left;
}
#bg-right .getinfo{
	position:absolute;
	right:5px;
	bottom:5px;
	color:#fff;
}
#bg-right #Name{
    bottom: 25px;
    font-size: 14px;
    font-weight: bold;
    position: absolute;
    right: 5px;
    text-align: right;
    width: 140px;
	line-height: 18px;
}
#right{
	position:absolute;
	right:0;
	top:0;
	height:100%;
	width:35%;
	/*background:black;*/
}
#right #content{
	padding:10px 15px 10px 0;
	text-align:justify;
}
#right #content h1{
	text-align:right;
	font-size:24px;
	padding:20px 0;
}
#right #content h2{
	text-align:right;
	font-size:12px;
	margin-bottom:5px;
}
#right #content p{
	padding-bottom:10px;
}
#right #content strong{
	font-size:11px;
}
#right #content img{
	border:1px solid #000;
}
#right #content a{
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	font-size:10px;
}
#right #content a:hover,#right #content a.active{
	color:#ffff66;
}
#right #content th{
	padding-bottom:15px;
	text-transform:uppercase;
	text-align:left;
	font-weight:normal;
}
#right #content ul{
	margin-left:25px;
}
