body {
	background-color : black;
	text-align : center;
	font-family : 'Helvetica Neue', Verdana;
	
	color : white;
}

img {
	border : 0px;
}
a {
	text-decoration : none;
}

#topImg {
	position : relative;
	top : 6px;
}
.bottom {
	margin-left: auto;
	margin-right: auto;
	
	width : 998px;
	height : 64px;
	background-image : url('img/downMW.png');
	
	padding-top : 33px;
	font-size : 1.3em;
}

#main {
}

#content,
#menu {
	text-align : center;
	
	margin-left: auto;
	margin-right: auto;
	background-image : url('img/middleMW.png');
	width : 998px;
}
#content {
	padding-top : 20px;
	padding-bottom : 40px;
}

#menu a img {
	display : inline-block;
	position : relative;
	top : 5px;
}
#menu a {
	position : relative;
	display : inline-block;
	margin : 10px;
	color : #fd592c;
}
#menu a.selected {
	color : white;
}
#menu a:hover {
	color : white;
}
#menu a span {
	position:relative;
	display:inline-block;
}
#menu a img {
	margin-bottom : -3px;
}
#menu a .playover {
	position : absolute;
	top : 1px;
	right : 4px;
}

#content .specialTitle {
	font-size : 1.15em;
}

#content .head {
	margin-left: auto;
	margin-right: auto;
	padding-top : 30px;
	padding-bottom : 30px;
	width : 650px;
	
	line-height : 30px;
	text-align : justify;
	font-size : 1.2em;
}

#content .leftbody,
#content .rightbody {
	display : inline-block;
	width : 290px;
	vertical-align : top;
	
	line-height : 23px;
	text-align : justify;
	font-size : 0.95em;
}

#content .leftbody {
	padding-right : 30px;
}

#content .rightbody {
	padding-left : 30px;
}

.color {
	color : #fd592c;
}

.legal {
	font-size : 0.8em;
}
.legal .left,
.legal .right {
	position : relative;
	top : -33px;
	
	display : inline-block;
	width : 472px;
}
.legal .left {
	text-align : left;
}
.legal .right {
	text-align : right;
}
.legal a {
	color : white;
	text-decoration : none;
}

.icon {
	position : relative;
	line-height : 23px;
	margin-top : 20px;
	text-align : center;
}

p {
	margin-top : 5px;
}

img.iphone {
	margin : 30px;
}

.manualtitle {
	font-size: 1.4em;
}
.manualtitle img {
	position : relative;
	top : 10px;
	margin-right : 20px;
}

.howto .screens {
	text-align:center;
	margin-top : 20px;
	margin-bottom : 20px;
}

.howto {
	font-size : 0.9em;
}