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

* {
margin:0px;
padding:0px;

}

body, html {
background-image:url(../images/bg.png);
background-repeat:repeat-x;
height:auto;
}

#wrapper {
width:600px;
height:250px;
margin:200px auto 0px auto;

}