

div {
font-size: 10px;
font-family: verdana, geneva;
letter-spacing: 1px;
}

.holder {
	width: 100%;
	height: 100%;
}

.holder td {
	vertical-align: middle;
	text-align: center;
}

#container {
position: relative;
margin: 0 auto;
width: 770px;
height: 400px;
text-align: left;
border-bottom: 1px solid #ffffcc;
border-left: 1px solid #ffffcc;
border-right: 1px solid #ffffcc;
}

#menu {
position: relative;
margin: 0 auto;
border-top: 1px solid #ffffcc;
border-left: 1px solid #ffffcc;
border-right: 1px solid #ffffcc;
width: 770px;
height: 15px;
text-align: left;
font-family: tahoma;
font-size: 11px;
}

#menu a {
color: #ffffcc;
font-weight: normal;
padding: 6px;
padding-left: 6px;
padding-right: 6px;
border-top: 1px solid #ffffcc;
border-right: 1px solid #ffffcc;
margin-left: 1px;
margin-right: 1px;
margin-top: 3px;
background-color: transparent;
text-decoration: none;
}

#menu a:hover {
color:#ffff33;
text-decoration: underline;
}

#text1 {
visibility: hidden;
}

#announcement {
position: absolute;
width: 200px;
left: 550px;
top: 20px;
background-color: #ccccaa;
border: 2px solid #ffffcc;
text-align: center;
FILTER: Alpha(Opacity=80);
padding-bottom: 8px;
}

#back {
position: absolute;
left: 0px;
top: 330px;
width: 70px;
height: 70px;
FILTER: Alpha(Opacity=20, FinishOpacity=0, Style=3);
}

#next {
position: absolute;
left: 700px;
top: 330px;
width: 70px;
height: 70px;
FILTER: Alpha(Opacity=20, FinishOpacity=0, Style=3);
}