@charset "UTF-8";
/* CSS Document */

*{margin:0;}
html,body{height:100%;}
body{
	background: url(imgs/bkg.gif) right top no-repeat;
	background-size: auto;
	background-color: #005497;
	margin: 0px;
}
#back {
	width:378px;
	height:100%;
	background-color: #005497;
	opacity: 0.97;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=97)";
	filter: alpha(opacity=97);
	-moz-opacity: 0.97;
	-khtml-opacity: 0.97;
	position:absolute;
	top:0px;
	left:0px;
}
#logo {
	background: url(imgs/logo.png) right top no-repeat;
	width: 270px;
	height: 86px;
	position: relative;
	top: 85px;
	left: 2%;
}
#details {
	background: url(imgs/details.png) right top no-repeat;
	width: 294px;
	height: 306px;
	position: relative;
	top: 135px;
	left: 8%;
}
#face {
	background: url(imgs/face.png) right top no-repeat;
	width: 177px;
	height: 34px;
	position: relative;
	top: 185px;
	left: 8%;
	text-indent: -999em;
}
.line {
	width:100%;
	height:1px;
	background-color: #fff;
	opacity: 0.2;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
	filter: alpha(opacity=20);
	-moz-opacity: 0.2;
	-khtml-opacity: 0.2;
}
#bydcsz {
	width: 25px;
	height: 115px;
	background: url(imgs/bydcszdesign.gif) center center no-repeat;
	background-color: #fff;
	position: absolute;
	top: 0px;
	right:0px;
	text-indent: -999em;
}