body, html	{
	height:100%;
	}

body	{
	background-color:#000000;
	margin:0;
	padding:0;
	font-size:14px;
	}

a, b, p, div, span, i	{
	font-size:100%;
	}

#container	{
	position:absolute;
	width:800px;
	left:50%;
	margin:0 -400px 0 -400px;
	}


.head	{
	margin:20px 0 0 0;
	width:800px;
	height:131px;
	background-image:url("../images/head_logo.png");
	}

.bigimg	{
	margin-top:20px;
	width:800px;
	height:491px;
	background-image:url("../images/mrdeath_group.jpg");
	}

.columns	{
	color:#eeeeee;
	font-family:Georgia,"Times New Roman",times,serif;
	font-size:1em;
	}
	
	.column	{
	/*	display:inline-block;
	*/	
		float:left;
		width:260px;
		vertical-align:top;
		}
	
	.column.news	{
		margin:0 10px 0 10px;
		}
	
	.column .header	{
		padding-bottom:2px;
		font-weight:bold;
		text-align:center;
		font-size:0.85em;
		letter-spacing:0.25em;
		border-bottom:1px solid #666;
		}
	
	.column .content	{
		font-size:0.85em;
		margin-top:10px;
		padding:0 5px 0 5px;
	}
	
	.column.deta .content	{
		text-align:center;
	}
	
	.column.links .content	{
		line-height:1.5em;
	}
	
	.newsrow	{
		margin-bottom:10px;
		}
	
		.newsrow .headline	{
			font-weight:bold;
			}
		
		.newsrow .date	{
			font-style:italic;
			font-size:0.85em;
			padding:0 0 0 5px;
			}
	
a, a:link, a:active, a:visited	{
	color:#96b8cc;
}

a:hover	{
	color:#ffffff;
}

.column.links a	{
	display:block;
	font-size:1.5em;
	margin-bottom:5px;
	}

.title	{
	width:100%;
	text-align:center;
	padding:10px 0;
	}

.info	{
	width:100%;
	}
	
	
	.cover	{
		width:380px;
		float:left;
		height:380px;
		background-color:#fff;
		}
	
	.text	{
		width:380px;
		float:right;
		color:#eeeeee;
		font-family:Georgia,"Times New Roman",times,serif;
		font-size:1em;
		line-height:1.5em;
		}
		
		.text .trackno	{
			display:inline-block;
			width:20px;
			font-size:0.85em;
			font-weight:bold;
			}
		
		.text p	{
			font-size:0.85em;
			line-height:1.25em;
			}

.buy	{
	padding-top:40px;
	width:100%;
	clear:both;
	text-align:center;
	color:#eeeeee;
	font-family:Georgia,"Times New Roman",times,serif;
	font-size:1em;
	}

#contact	{
	width:100%;
	background-color:#333;
	color:#fff;
	font-family:Georgia,"Times New Roman",times,serif;
	font-size:0.85em;
	padding:3px;
	margin-top:100px;
	clear:both;
	}