@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-decoration: none;
	background-color: #FFF;
	background-image: url(../images/main-background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	color: #FFF;
}
img {
	border: none;
}
form {
	margin: 0px;
	padding: 0px;
}
.clear {
	clear: both;
}
.sb-box {
	border-bottom: dotted 1px #00bff3; 
	padding-bottom: 3px; 
	padding-top: 3px;
}
.sb-name {
	width: 205px;
	font-weight: bold;
	color: #CCC;
	float: left;
	text-align: left;
}
.sb-time {
	width: 205px;
	color: #999;
	float: left;
	text-align: right;
}
.sb-message {
	color: #FFF;
	clear: both;
	text-align: left;
	height: auto;
	white-space: normal;
}
.cursor {
	cursor: n-resize;
}
input {
	border: solid 1px #000;
	background-color: #000;
	height: 14px;
	color: #FFF;
	font-size: 8pt;
}
#menu-display-container {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	background-image: url(../images/overlay.png);
	z-index: 100;
	display: none;
}
#content {
	width: 635px;
	height: 593px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -296px;
	margin-left: -317px;
	z-index: 101;
	background-image: url(../images/loading.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
#content2 {
	width: 995px;
	height: 735px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -367px;
	margin-left: -497px;
	z-index: 101;
	background-image: url(../images/loading.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
#main-container, #middle-container {
	width: 995px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}
#main-flash {
	width: 995px;
	height: 635px;
}
#last-year-container, #shoutbox-container, #share-container {
	float: left;
}
#last-year-container {
	width: 200px;
	height: 270px;
}
#shoutbox-container {
	width: 580px;
	height: 270px;
	margin-left: 7px;
	margin-right: 8px;
}
#share-container {
	width: 200px;
	height: 270px;
}
#video-player {
	width: 288px;
	height: 230px;
	overflow: hidden;
}
#send-to-friend-container {
	width: 635px;
	height: 593px;
	color: #000;
	font-weight: bold;
	text-shadow: #CCC 1px 1px;
	font-size: 8pt;
}
.txtBox {
	width: 391px;
	height: 14px;
	border: solid 1px #FFF;
	background-color: #FFF;
	color: #000;
	font-size: 8pt;
}
.txtArea {
	width: 391px;
	height: 130px;
	border: solid 1px #FFF;
	background-color: #FFF;
	color: #000;
	font-size: 8pt;
}
.btn {
	height: 20px;
	width: 50px;
	text-align: center;
	border: solid 1px #FFF;
	background-color: #FFF;
	color: #000;
	font-size: 8pt;
	font-weight: bold;
	padding: 3px;
}