* {
	margin: 0;	
	padding: 0;
}

html {
	height: 100%;
}

body {
	font-family: "trebuchet MS";
	background-color: #000000;
	background-image: url('../images/bg_gradient.png');
	background-repeat: repeat-x;
	height: 100%;
}

a {
	color: #ffe98f;
	outline: none;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	text-shadow: #c13f21 0.0em 0.0em 0.4em;
}
p {
	margin: 0 0 18px
}

p.mdk2hd {
	font-size: 22px;
}

p.description {
	font-size:19px; 
	margin: 0px 25px 25px 25px
}

p.portrait_description {
	color: #ffffff;
	font-size:19px; 
	margin: 10px 15px 15px 25px
}

img {
	border: none;
}

img.logo {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.screenshot {
	margin-top: 10px;
	margin-left:3px;
	margin-right:3px;
}

img.portrait {
	margin: 5px 15px 15px 5px;
}

input {
	vertical-align: middle;
}

#wrapper {
	width: 100%;
	min-width: 1000px;
	min-height: 100%;
	height: auto !important;
	height: 100%;

}

#wrapper_mdk2hd {
	width: 100%;
	min-width: 1000px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background: url(../mdk2hd/images/background.jpg) no-repeat; 
	background-attachment: initial; 
	background-color: initial; 
	position: absolute; 
	top: 0px; 
	left: 0px; 
	z-index: 0; 
	background-position: 50% 0%; 
	background-repeat: no-repeat no-repeat;
}

#header {
	height: 150px;
}

#header_mdk2hd {
	margin-top: 25px;
	height: 381px;
}

#roundbox_top {
	margin: 20px auto 20px;
    border: 0px solid #ffffff;
    color: #ffffff;
    width: 700px;
    padding: 20px;
    text-align: left;
    background: #43536e;
}

#roundbox_nav {
	margin: 25px auto 20px;
    border: 0px solid #ffffff;
    color: #ffffff;
    width: 700px;
    padding: 20px;
    text-align: left;
	background: url(../mdk2hd/images/tile.png) repeat; 
}

#roundbox_middle {
	margin: 25px auto 0px;
    border: 0px solid #ffffff;
    color: #ffffff;
    width: 700px;
    padding: 20px;
    text-align: left;
	background: url(../mdk2hd/images/tile.png) repeat; 

}

#screenshots {
	color: #000000;
	margin: 10px 0px 0px 15px;
	width: 650px;
	float: center;
	text-align: center;
	padding: 5px 5px 10px 5px;
	}
	
#portraits {
	color: #000000;
	margin: 10px 0px 10px 15px;
	width: 650px;
	float: center;
	text-align: left;
	padding: 5px 5px 5px 5px;
	}


#content {
	padding: 0 0 25px;
	text-align: center;
}

#games {
	margin-top: 50px;
	display: inline-block;
}

#about {
	margin-top: 50px;
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	color: #cccccc;
	
}

#footer {
	margin: -100px auto 0;
	min-width: 1000px;
	height: 100px;
	text-align: center;
	color: #262626;
}

#footermdk {
	margin: 0px auto 0;
	min-width: 1000px;
	height: 100px;
	text-align: center;
	color: #262626;
}