html,body {
	margin: 0;
	padding: 0;
	height: 100%;
	background-color: #09273c;
	background-image: url('/Images/zombie-background.gif');
	background-repeat: repeat-x;
	background-position: top;
	font-family: Verdana;
	font-size: 10px;
	color: #09273c;
}

img{
border: 0px;
}

img.right{
float:right;
margin: 5px;
margin-left: 10px;
}

img.left{
float: left;
margin: 5px;

}

a {
	color: #09273c;
}

a:hover {
	color: #4a799c;
}

h4{
margin-bottom:0px;
}

#container {
	position: relative;
	margin: 0 auto;
	width: 850px;
	background: #fff;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	background-image: url('/Images/zombie-newscontent-bg.jpg');
	background-repeat: no-repeat;
	background-position: bottom;
}

#login {
	text-align: right;
	padding: 6px;
	padding-right: 0px;
	background-color: #09273c;
	background-image: url('/Images/zombie-background.gif');
	background-repeat: repeat-x;
	background-position: top;
	color: White;
}

#login a {
	color: White;
}

#topmenu {
	background-image: url('/Images/zombie-menu-bg.jpg');
	background-repeat: repeat-x;
	height: 34px;
	width: 848px;
	border: 1px solid #09273c;
	border-top: none;
}

#topmenu div {
	margin: 10px;
	margin-right: 20px;
	color: White;
	float: left;
	color: White;
	font-size: 12px;
}

#topmenu div a {
	color: White;
	text-decoration: none;
}

#header img {
	border: 1px solid #09273c;
	width: 848px;
}

#header {
	
}

#content {
	height: 100%;
	padding: 1em 1em 5em;
	border-left: 1px solid #09273c;
	border-right: 1px solid #09273c;
}

#footer {
	text-align: center;
	position: absolute;
	width: 836px;
	bottom: 0;
	background: #09273c;
	border: 1px solid #09273c;
	background-image: url('/Images/zombie-menu-bg.jpg');
	background-repeat: repeat-x;
	padding: 6px;
	color: White;
}

.NewsBlock {
	width: 800px;
	margin-right: 10px;
	padding: 6px;
	background-image: url('/Images/zombie-newsbody-transparent.png');
	background-position: bottom right;
	background-repeat: no-repeat;
	padding-bottom: 20px;
}

.NewsBlock a {
	color: #09273c;
}

.NewsBlock a:hover {
	color: #4a799c;
}

.NewsBlock img {
	margin: 5px;
	border: 1px solid #09273c;
	margin-left: 0px;
	margin-right: 10px;
}

.NewsBlock .NewsHeader {
	font-weight: bold;
	font-size: 12px;
}

.NewsBody {
	padding: 10px;
}

.NewsBlock .NewsFooter {
	
}

.NewsBlock .NewsFooter .NewsComments {
	float: left;
}

.NewsBlock .NewsFooter .NewsTime {
	float: right;
}

.BlockMovie{
	margin-bottom:10px;
	float:left;
	text-align:center;
width: 200px;
}

.BlockMovie a {
	color: #09273c;
}

.BlockMovie a:hover {
	color: #4a799c;
}

input[type=text], textarea{
border:1px solid #09273c;
width:300px;
}

textarea{
width: 344px;
}

input[type=Submit]{
color:white;
background-color: #4a799c;
border: 1px solid #09273c;
margin-top:5px;
cursor: pointer;
font-size:10px;
}


.votestars a img, .votestars img{
border: none;
margin: 0px;
}

#tooltip {
	position: absolute;
	z-index: 3000;
border: 1px solid #09273c;
	background-color: White;
	padding: 5px;
	opacity: 0.85;
	font-size:10px;
}
#tooltip h3, #tooltip div { margin: 0;font-size:10px; }
