@charset "utf-8";
/* CSS Document */
body{
	background:url(../images/body-bg.jpg) repeat-x #eae9ea;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:0px;
	margin:0px;
}
#main-div{
	width:960px;
	margin:auto;
	padding-top:117px;
}
.mtt_logo{
	margin:auto;
	width:314px; 
	height:179px;
	background:url("../images/mtt-logo.jpg") no-repeat top center;
	position:absolute;
	top:20px;
	left:20px;
}
.welcome-img{
	width:899px;
	margin:auto;
}
.block-div{
	margin-top:100px;
}
.right-block{
	float:right;
	margin-right:55px;
}
.left-block{
	float:left;
	margin-left:55px;
}
.left-block, .right-block{
	background:url(../images/block-bg.png) bottom center no-repeat;
	width:416px;
	height:246px;
}
.block-middle-bg{
	background:url(../images/block-middle-bg.png) repeat-x;
}
.block-left-bg{
	background:url(../images/block-left-bg.png) no-repeat left top;
}
.block-right-bg{
	background:url(../images/block-right-bg.png) no-repeat right top;
	width:416px;
	height:214px;
}
.block-right-bg img{
	position:absolute;
	margin:20px 0px 0px 50px;
}
.black_overlay{
	display: none;
	position:relative;
	left:0px;
	top:0px;
	width:416px;
	height:214px;
	z-index:1001;
}
.fade-left{
	background:url(../images/fade-left.png) no-repeat;
	height:212px;
	width:25px;
	float:left;
}
.fade-middle{
	background:url(../images/fade-middle.png);
	height:212px;
	width:369px;
	float:left;
}
.fade-right{
	background:url(../images/fade-right.png) no-repeat;
	height:212px;
	width:22px;
	float:left;
}
.white_content {
	padding: 16px;
	color:#fff;
	font-size:30px;
	z-index:1002;
	overflow: auto;
}
p{
	padding:10px 0px 0px 0px;
	margin:0px;
}
a.button{
	display:block;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a60020', endColorstr='#f70030'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#a60020), to(#f70030)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #a60020,  #f70030); /* for firefox 3.6+ */ 
	font-size:30px;
	text-align:center;
	padding:10px 0px;
	color:#fff;
	text-decoration:none;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-border-radius:5px;
	-o-border-radius:5px;
	margin-top:10px;
}