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

body{
text-align:center;
background-color:#333333;
background-image:url(/new/images/background.jpg);
background-repeat:repeat-x;
}

#intro{
width:auto;
height: auto;
text-align:center;
}

#main{
width: 100%;
height: 100%;
text-align:center;
}

