/* CSS Stylesheet for Mr Muscle Microsite Flash App */

html, body {
	margin: 0;
	padding: 0;
}

img {
	border:none;
}

a {
	text-decoration:none;
}

body {
	background: #FECE00 url(../images/mrm-bg-gradient.jpg) repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	color:#967900;
}

#header {
	width:650px;
	height:150px;
}

#wrapper {
	margin-top:0;
	margin-left:auto;
	margin-right:auto;
	width:1014px;
	height:700px;
	
	/* DE BACKGROUND */
	background: #FECE00 url(../images/mrm-background-de.jpg) no-repeat;
}

#innertube {
	margin-left:60px;
	padding-top:28px;
	height:515px;
}

#flashContent {
	background:#FFF;
}

#bottom_menu
{
	margin-top:24px;
}

#footer {
	font-size:x-small;
}

#footer .links {
	float:left;
	width:500px;
}

#footer .terms {
	float:right;
	margin-right:24px;
}

#footer a {
	color:#967900;
}

#footer ul {
	padding:16px 0 0 32px;
	margin:0;
	list-style: none;
}

#footer ul li {
	display:inline;
}

