body {
	background-color:#282828;
	min-width : 380px;
	min-height : 400px;
}

#container{
	height: 100%; 
	width: 100%;   
	position:absolute;
	top:0;
	left:0;
}

.mpContainer{
	width : 100%;
	height : 46%;
}

.mpLargeContainer{
	width : 100%;
	height : 60%;
}

#mp{
	background-color: #282828;
	width: 100%;
	height : 100%;
}

#text_container{
	font-family: helvetica, arial, sans-serif;
	background-color: #282828;
	color: #fff;
	padding: 15px;
	left:0;
	height: 30%;
    margin-left:5px;
    margin-right:5px;
	overflow : auto;
}

#text_container *{
	margin-bottom: 15px;
}

#title{
	font-size: 1.2em;
}
#synopsis{
	font-size: 0.9em;
	color: #ccc;
}
#onwardsJourney{
	font-size: 0.9em;
	color: #ccc;
	position: absolute;
	bottom : 60px;
	left : 15px;
	width:92%;
	height:25px;
	background-color:#282828;
		
}
#footer{
	font-size: 1em;
	background-color: #000;
	height: 30px;
	color: #fff;
	width: 100%;
	position: fixed;
	bottom: 0;
	left:0;
	padding: 15px;
}

#footer a {
	position:absolute;
	bottom:15px;
}

#help {
	right:50px;
}

#terms {
	right:100px
}

#divider {
	width:10px; 
	height:15px;
	bottom:15px;
	border-right: solid #ccc;
	position:absolute;
	right:0px;
	margin-right:90px;
	border-width:1px;
}

a{
	font-size:0.9em;
	color: #fff;
	text-decoration: none;
	font-family: helvetica, arial, sans-serif;
}