/*
 * style.css
 *
*/

body {
	background: #E4E4E5;
    font-family: 'Sanford Book', "Times New Roman";
    font-size: 12pt;
    color: #fff;
    padding: 0px;
    margin: 0px;
    background: url(../images/mohujos-bg.png) no-repeat 50% 0% #ffd204;
}

.page-wrapper{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 1200px;
}

.row{
	float: left;
	width: 100%;
}

.container{
	width: 640px;
	margin: 0 auto;
}

.clear{
	clear: both;
}


/*  Splash Page */

.splash-container{
	text-align: center;
}
img.splash-banner{
	margin-bottom: 27px;
}

img.splash-logo{
	margin-bottom: 37px;
}

.spash-option-left,
.spash-option-right{
	float: left;
	width: 47.6%;
}

.spash-option-right{
	float: right;
}

.option-img{
	float: left;
	width: 100%;
	margin-bottom: 9px;
}

.option-btn{
	float: left;
	width: 100%;
}

/*  end of :: Splash Page */