/* CSS Document */

/* CSS Document */
* {
margin: 0 auto;
padding: 0;
}

#container {
height:1284px;
width:770px;
background:url(images/bg.jpg) repeat-x;
}

#header {
background:url(images/header.jpg) no-repeat;
height:250px;
width:770px;
}

#content {
background-image:url(images/content_bg.jpg);
height: 472px;
width:700px;
}

#image2 {
background:url(images/image2.jpg) no-repeat;
width:204px;
height:21px;
padding: 201px 0 0 60px;
margin-top:30px;
}