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

html{
width:100%;
height:100%;
margin: auto;
}

body{
width:100%;
height:100%;
margin: auto;
text-align:center;
background-image:url(../img/bg.jpg);
background-position:top;
background-repeat:repeat-x;
background-color:#cbccd1;
}

.flash{
position:relative;
top:10px;
margin:0 auto 0 auto;
width:100%;
}
