* {
margin-left: auto;
margin-right: auto;
}

body {
background-image: url(images/background1.gif);
text-align: center;
}

.container {
width: 1024px;
height: 768px;
}

.banner {
width: 1024px;
height: 295px;
background-image: url(images/design1_01.png);
background-position: left;
background-repeat: no-repeat;
}

.nav {
width: 1024px;
height: 227px;
background-image: url(images/design1_02.png);
background-position: left;
background-repeat: no-repeat;
text-align: center;
}

.buttom {
width: 1024px;
height: 246px;
background-image: url(images/design1_03.png);
background-position: left;
background-repeat: no-repeat;
text-align: right;
}

.buttomtext {
color: #FFF;
font-family: verdana;
font-size: 14px;
padding-right: 20px;
}
