html {
	overflow-y: scroll;
	overflow: -moz-scrollbars-vertical;
}

body { 
	text-align:center;
	margin:		0px;
	padding:	0px;
	width:		100%;
	height:		100%;
	font: 14px Arial, Helvetica, sans-serif; 
	color: #5C7089; 
	padding: 0;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #5C7089;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #4CACF1;
	margin-top: 0;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #5C7089;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 0px;
	color: #5C7089;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #5C7089;
	text-align: left;
}
.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #5C7089;
}
a:link {
	color: #004EB5;
}
a:visited {
	color: #004095;
}
a:hover {
	color: #0062E6;
}
a:active {
	color: #A8CDFF;
}

.movedup {
	margin-top:-15px;
}

.flow {
  float: left;
  clear: left;
  margin: 0px 0px 0px 0px;
  height: 10px;
}

#container	{
	z-index:1;
	position:	relative;
	margin:		0px auto;
	padding:	0px;
	width:		760px;
	text-align:	left;
	background: url( '/images/layout/bottom.jpg' ) no-repeat left bottom;
}
	
#top_blue {
	z-index:3;
	position:absolute;
	padding:0;
	background: url( '/images/layout/top_blue.jpg' ) no-repeat top;
	width:760px;
	height:252px;
	left:0px;
	top:0px;
	}
	
#menu {
	z-index:5;
	position:absolute;
	padding:0;
	background: url( '/images/layout/menu_main.png' ) no-repeat top;
	width:396px;
	height:266px;
	left:0px;
	top:0px;
	}

div.menuitem {
	margin: 0 0 0 0;
	position:absolute;
}

div.menuitem a {
	display: block;
	margin: 0; padding:0;
	width:100%; height:100%;
	overflow:hidden;
}
div.menuitem a:hover {
	background-image: none;
}

div.menu1 {
	z-index:8;
	left:103px;
	top:228px;
	width: 101px; height: 20px;
	background: url( '/images/layout/mb_mobilegames.png' ) top left no-repeat;
}
div.menu1 a {
	background: url( '/images/layout/mb_mobilegames.png' ) -101px 0 no-repeat;
}

div.menu2 {
	z-index:9;
	left:204px;
	top:208px;
	width: 59px; height: 24px;
	background: url( '/images/layout/mb_support.png' ) top left no-repeat;
}
div.menu2 a {
	background: url( '/images/layout/mb_support.png' ) -59px 0 no-repeat;
}

div.menu3 {
	z-index:10;
	left:264px;
	top:187px;
	width: 43px; height: 19px;
	background: url( '/images/layout/mb_news.png' ) top left no-repeat;
}
div.menu3 a {
	background: url( '/images/layout/mb_news.png' ) -43px 0 no-repeat;
}

div.menu4 {
	z-index:11;
	left:288px;
	top:161px;
	width: 69px; height: 24px;
	background: url( '/images/layout/mb_company.png' ) top left no-repeat;
}
div.menu4 a {
	background: url( '/images/layout/mb_company.png' ) -69px 0 no-repeat;
}

div.menu5 {
	z-index:12;
	left:329px;
	top:132px;
	width: 58px; height: 19px;
	background: url( '/images/layout/mb_contact.png' ) top left no-repeat;
}
div.menu5 a {
	background: url( '/images/layout/mb_contact.png' ) -58px 0 no-repeat;
}
	
#submenu {
	z-index:4;
	position:absolute;
	padding:0;
	background: url( '/images/layout/menu_sub.png' ) no-repeat top;
	width:740px;
	height:342px;
	left:20px;
	top:182px;
	}
	
div.submenu1 {
	z-index:13;
	left:281px;
	top:250px;
}

div.submenu2 {
	z-index:14;
	left:339px;
	top:227px;
}

div.submenu3 {
	z-index:15;
	left:421px;
	top:205px;
}

div.submenu4 {
	z-index:16;
	left:518px;
	top:188px;
}

div.submenu5 {
	z-index:17;
}
	
#logo {
	z-index:6;
	position:absolute;
	padding:0;
	background: url( '/images/layout/mopius.png' ) no-repeat top;
	width:244px;
	height:127px;
	left:18px;
	top:22px;
	}
	
#logo a {
	display: block;
	margin: 0;
	padding:0;
	width:100%;
	height:100%;
	}
	
#top_spacer {
	z-index:2;
	position:relative;
	width:760px;
	height:305px;
}
	
#content {
	z-index:18;
	position:relative;
	width:692px;
	left:68px;
	}
	
	
#copyright {
	z-index:7;
	position: relative;
	width:760px;
	vertical-align: bottom;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

  .prop {
    float:right;
    width:1px;
  }

  .clear {
    clear:both;
    height:1px;
    overflow:hidden;
  }

  .minContentHeight {
    height:250px;
  }
  
.newsimg {
	margin:0 0 3px 5px;
	float:right;
}