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


body {margin:0px;}

#bg_image {
width: 100%;
height: 100%;
left: 0px;
top: 0px;
position: absolute;
z-index: 0;
}

#content{ 
position: absolute; 
top: 50px; 
text-align: center;
z-index: 1; 
}

