@charset "utf-8";
/* CSS Document */



html{
background-image:url(../images/bg.jpg); background-position:top;
background-repeat:repeat-x;
height:100%;
background-color:#000000;
}

body{
background-image:url(../images/bg_main.jpg); 
background-position:center top;
background-repeat:no-repeat;
margin:0;
height:100%;
}





