body {
    background-color:#000;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 711px;
    height: 400px;
    margin-left: -355px; /* half the width */
    margin-top: -200px;  /* half the height */
}

table {
    border-collapse: collapse;
    border: none;
}

td, th {
    padding: 0.0px;
    border: none;
}

table td{
    border: none;
}

td.menu-pane {
    background-color:#0f0;
    width: 711px;
    height: 24px;
    margin-top: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    margin-right: 0px;
    padding-top:0px;
    padding-left:14px;
    padding-bottom:0px;
    padding-right:14px;
    }

td.text-pane {
    background-color:#fff;
    width: 100%;
    height: 376px;
    vertical-align: top;
    padding-left: 14px;
    padding-right: 14px;
    }

td.image-pane {
    background-color:white;
    height: 100%;
    width: 100%;
    }

img.logo {
	position:absolute;
	top:48px;
	left:14px;
}

.header-link {
font-family: verdana,arial,helvetica,geneva;
font-size: 12px;
color: #ffffff;
font-weight: normal;
text-decoration: none;
}
.header-normal-text {
font-family: verdana,arial,helvetica,geneva;
font-size: 12px;
color: #00ff00;
font-weight: normal;
text-decoration: none;
}
.title-12px {
font-family: verdana,arial,helvetica,geneva;
font-size: 12px;
color: #000000;
font-weight: normal;
text-decoration: none;
}
.title-12px-white {
font-family: verdana,arial,helvetica,geneva;
font-size: 12px;
color: #fff;
font-weight: normal;
text-decoration: none;
}
.title-14px {
font-family: verdana,arial,helvetica,geneva;
font-size: 14px;
color: #000000;
font-weight: normal;
text-decoration: none;
}
.main-text {
font-family: verdana,arial,helvetica,geneva;
font-size: 10px;
color: #000000;
font-weight: normal;
text-decoration: none;
}
.address-text {
font-family: verdana,arial,helvetica,geneva;
font-size: 10px;
color: #666;
font-weight: normal;
text-decoration: none;
}
.award-text {
font-family: verdana,arial,helvetica,geneva;
font-size: 9px;
color: #666;
font-weight: bold;
text-decoration: none;
}
a {
font-family: verdana,arial,helvetica,geneva;
font-size: 10px;
color: #000000;
font-weight: normal;
text-decoration: none;
}
a:hover {
font-family: verdana,arial,helvetica,geneva;
font-size: 10px;
color: #00ff00;
font-weight: normal;
text-decoration: none;
}
.effect_img{
    display: block;
    width: 55px;
    height: 80px;
    background-color:white;
    margin-top: 2px;
    margin-left: 2px;
    margin-bottom: 2px;
    margin-right: 2px;
}

.effect_img:hover {
    display: block;
    border: 1px solid #0f0;
    width: 53px;
    height: 78px;
    margin-top: 2px;
    margin-left: 2px;
    margin-bottom: 2px;
    margin-right: 2px;
}
