*
{
	margin: 0 auto;
	padding: 0 auto;
}

body
{
	background-color: white;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: helvetica,arial,tahoma,sans-serif;
	font-size: 13px;
	color: white;	
}

img
{
	behavior: url('pngbehavior.htc');
	border: none;
}

#wrapper
{
	
}

#bg_left
{
	width: 50%;
	background-image: url('img/bg_left.jpg');
	background-repeat:no-repeat;
	background-position:right top; 
}

#bg_right
{
	width: 50%;
	background-image: url('img/bg_right.jpg');
	background-repeat:no-repeat;
	background-position:left top; 
}

#logo
{
	height: 243px;
	background-image: url('img/mudtv_logo_ger.jpg');
	background-repeat:no-repeat;
	background-position:center top; 
}	

#logo2
{
	height: 243px;
	background-image: url('img/mudtv_logo_uk.jpg');
	background-repeat:no-repeat;
	background-position:center top; 
}	

#logo3
{
	height: 243px;
	background-image: url('img/mudtv_logo_us.jpg');
	background-repeat:no-repeat;
	background-position:center top; 
}	

#bg_main
{
	height: 610px;
	background-image: url('img/bg_main_content.jpg');
	background-repeat:no-repeat;
	background-position:center top; 
}

#bg_top
{
	height: 102px;
	background-image: url('img/bg_top.jpg');
	background-repeat:no-repeat;
	background-position:center top; 
}

#bg_bottom
{
	height: 128px;
	background-image: url('img/bg_bottom.jpg');
	background-repeat:no-repeat;
	background-position:center top; 
}

#text_bottom
{
	height: 184px;
}

#footer
{
	height: 200px;
	background-image: url('img/footer.jpg');
	background-repeat:no-repeat;
	background-position:center top; 
}

.copyright
{
	font-size: 11px;
	color: black;
	text-align: center;
}

#flags
{
	position: fixed;
	float: left;
	top: 1px;
	left: 1px;
	padding: 15px;
}

#flags img
{
	border: 2px solid white;
}

#content_text
{
	text-align: left;
	padding: 20px 80px;
	height: 510px;
	overflow: auto;
	overflow-x: hidden;
	margin: 20px 15px;
}
	
#screenshots img
{
	margin: 2px;
	border: 2px solid white;
}

a, a:active, a:visited
{
	color: #CC3300;
	text-decoration: none;
	font-weight: bold;
}

a:hover
{
	color: #CC3300;
	text-decoration: underline;
	font-weight: bold;
}
	
hr
{
	line-height: 2.5em;
	color: white;
}

h1
{
	font-size: 18px;
	font-weight: bold;
	line-height: 1.8em;
	margin: 5px 0;
}

p
{
	line-height: 1.8em;
	margin: 5px 0;
	text-align: justify;
}


