/*body*/
body {
}
/*content*/
#container {
    background: url(images/logo.jpg);
	background-repeat: no-repeat;
    width: 850px;
    height: 615px;
    margin: 0 auto 0 auto;
}
/*upper*/
#upper {
    width: 850px;
    height: 300px;
    text-align: center;
}
/*lower*/
#lower {
    width: 850px;
    height: 300px;
    padding-top: 75px;
    text-align: center;
    vertical-align: text-bottom;
}

#lower li {
    display: inline;
}

#lower a {
    color: #000;
    text-decoration: underline;
}
/*text styles*/
h1 {
    font-family: georgia, "times new roman", times, serif;
    font-size: 32px;
    color: #fff;
}

h2 {
    font-family: georgia, "times new roman", times, serif;
    font-size: 32px;
    color: #fee300;
}

h3 {
    font-family: georgia, "times new roman", times, serif;
    font-size: 18px;
    color: #fee300;
}

h4 {
    font-family: georgia, "times new roman", times, serif;
    font-size: 12px;
    color: #fee300;
}

a:link {
    color: #000;
}



