body {
margin: 0px;
padding: 0px;
min-width: 320px;
position: relative;
overflow-x: hidden;
}
#main {
background-image: url(../images/tym2.jpg);
background-position: top center;
background-attachment: fixed;
min-height: 668px;
position: relative;
-webkit-background-size: cover;
background-size: cover;
}