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

body {
	width: 100%;
	height: 100%;
	min-height: 640px;
	margin: 0px;
	padding: 0px;
	background: url(/images/bg-wallpaper.jpg);
}
body img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

#flash {
	min-width: 1000px;
	min-height: 640px;
	margin: auto;
	margin-bottom: -38px;
	display: block;
}

.black_overlay {
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index:1001;
    -moz-opacity: 0.3;
    opacity:.30;
    filter: alpha(opacity=30);
	z-index: 1001;
} 
.lightbox {
    display: none;
    position: fixed;
    top: 7%;
    left: 7%;
    width: 86%;
    height: 86%;
    padding: 0px;
    border: 10px double #07172e;
    background-color: #000000;
    z-index:1002;
    overflow: hidden;
	-o-box-shadow: 0px 3px 10px #000;
	-icab-box-shadow: 0px 3px 10px #000;
	-khtml-box-shadow: 0px 3px 10px #000;
	-moz-box-shadow: 0px 3px 10px #000;
	-webkit-box-shadow: 0px 3px 10px #000;
	box-shadow: 0px 3px 10px #000;
}
.closer {
	width: 100px;
	height: 33px;
	position: relative;
	float: right;
	top: 5px;
	right: 20px;
	z-index: 1003;
}
.framer {
	position: relative;
	top: -33px;
}
