@charset "UTF-8";
body {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fd3e0a;
	margin: 0px;
	padding: 0px;
	background: #ffad6d url(images/menu_bg.png) repeat-x;
}

img {
	border: none;
}

#main {
	width: 900px;
	max-width: 900px;
	min-width: 900px;
	text-align: center;
	background-color: #ffad6d;
	background: #ffad6d url(images/menu_bg.png) repeat-x;
}

#menu {
	white-space: nowrap;
	text-align: left;
	background: #ffad6d url(images/menu_bg.png) repeat-x;
}

#credits {
	text-align: center;
	color: #000000;
}

#content {
	text-align: left;
	color: #000000;
}

#upperframe {
	width: 900px;
	height: 193px;
	background: #ffffff url(images/logo_mobigem.png) repeat-x;
}

.text_title {
	color: #000000;
	font-size: 15px;	
}

.content_button {
	font-size: 15px;
	text-decoration: none;
	color: #000000;
	text-decoration: none;
	border-bottom: 1px dotted #000000;
}

.content_button:hover {
	border-bottom: 1px solid #000000;	
}

.menu_button {
	color: #ffffff;
	min-height: 70px;
	max-height: 70px;
	height: 70px;
	font-size: 15px;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	background: #ffad6d url(images/menu_01.png) repeat-x;	
}

.menu_button_text {
	color: #fd760e;
	text-decoration: none;
	border-bottom: 1px dotted #fd760e;
}

.menu_button_text:hover {
	color: #fd3e0a;
	border-bottom: 1px solid #fd3e0a;	
}

.credits_link {
	color: #000000;
	text-decoration: none;
	border-bottom: 1px dotted #000000;
}

.credits_link:hover {
	border-bottom: 1px solid #000000;
}
