* {
	margin: 0px;
	padding: 0px;
}
body {
	margin:0px;
	padding:0px 0px 0px 0px;
	background-color:#000000;
	color:#6e6e6e;
	font-family: verdana, arial, sans-serif;
	letter-spacing: 1px;
}
#container {
	position: relative;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background:url(images/graphics/body2.jpg);
	background-repeat: repeat-y;
}
#content{
	position:relative;
	width:800px;
	padding:0px 0px 0px 8px;
}
#poster{
	position:relative;
	width:800px;
	padding:0px 0px 0px 8px;
}
a {
	color: #ffffff;
	font-size: 13px;
	font-family: Tahoma;
}
a:hover {
color: #adadad;
}
a:link {
text-decoration: none;
}
a:visited {
text-decoration: none;
}
#zoom
{
	border: 1px white;
}
#header {
	position:relative;
	background-image:url(images/graphics/header.jpg);
	background-repeat:no-repeat;
	width:800px;
	height:120px;
}
#header2 {
	position:center;
	background-image:url(images/graphics/header2.jpg);
	background-repeat:no-repeat;
	width:800px;
	height:65px;
}
p{	margin: 5px 0px 20px 0px;line-height: 16px;font-size: 12px;}
.PopBoxImageSmall
{
	border: none 0px #ffffff;
	cursor: url("images/graphics/magplus.cur"), pointer;
	padding: 0px 20px 15px 0px;
}
.PopBoxImageLarge
{
	border: solid 1px #999999;
	cursor: url("images/graphics/magminus.cur"), pointer;
}
.PopBoxImageShrink
{
	cursor: url("images/graphics/magminus.cur"), pointer;
}
.PopBoxImageLink
{
	cursor: pointer;
}
.PopBoxImageMove
{
	border: none 0px #ffffff;
	cursor: pointer;
}
#footer {
	position:relative;
	background-image:url(images/graphics/footer.jpg);
	background-repeat:no-repeat;
	width:800px;
	height:65px;
}
#footer2 {
	position:relative;
	background-image:url(images/graphics/footer2.jpg);
	background-repeat:no-repeat;
	width:800px;
	height:100px;
}