/* CSS Document */

body{
background-image:url(../images/background.jpg);
background-repeat:repeat;
margin: 0 auto;
}

#content_flash{
width: 100%;
height: 100%;
text-align:center;
}

#content{
display: none;
}
