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

body{
	background-color:#000;
}

* {
    margin: 0;
    padding: 0;
}

html, body, #bg, #bg table, #bg td {
    height:100%;
    width:100%;
    font-size: 13px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 1,5em;
}

#bg {
    position: fixed;
}

#bg div {
    height:200%;
    left:-50%;
    position:absolute;
    top:-45%;
    width:200%;
}

#bg td {
    text-align:center;
    vertical-align:middle;
}

#bg img {
    margin:0 auto;
    min-height:10%;
    min-width:10%;
}

#content {
    position:relative;
    top:0;
	left:0;
    z-index:70;
	margin: 0 auto;
	width: 900px;
}

.h_screening{
width: 900px;
height: 300px;
display: block;
background-image:url(../img/h_screening.png);
}

.h_clubbing{
width: 900px;
height: 300px;
display: block;
background-image:url(../img/h_clubbing.png);
}

.text{
width: 580px;
height: auto;
color: #fff;
margin: 0 auto;
font-size:18px;
background-color: rgba( 0, 0, 0, 0.5);
padding: 40px;
}

#footer{
width: 900px;
height: 100px;

}

a:visited, a:focus, a:active{ -moz-outline: 0px dotted;
	outline: none;
}

a{
	text-decoration:none;
	color: #e52323;
}

a:hover{
	color: #3c4891;
}
