#top {
background: url(/skins/winx/bg_top.jpg);
background-repeat: no-repeat;
background-position: center top;
}

#main_table {
height: 100%;
width: 100%;
background-image: url(/skins/winx/bg_bottom.jpg);
background-repeat: no-repeat;
background-position: center bottom;
}

#bg_left {
background-image: url(/skins/winx/bg_left.jpg);
background-repeat: no-repeat;
background-position: 0% 40%;
background-attachment: fixed;
}

#bg_right {
background-image: url(/skins/winx/bg_right.jpg);
background-repeat: no-repeat;
background-position: 100% 65%;
background-attachment: fixed;
}
