body{
background: url(images/background.png) repeat-y #FFFFFF;
width:100%;
height:100%;
padding-top:10%;
}

.container{
background:url(images/container.png);
height:340px;
width:685px;
margin-right:auto;
margin-left:auto;
}

.content{
width:97%;
height:100%;
}
img{
border-style: none;
}