
#content {
	border-top: 0px;
	width: 728px;
	height: 570px;
	padding: 0px;
	margin: 0px;
	background: url(../images/main-bg.jpg);
	background-repeat: no-repeat;
	background-position: -40px 0px;
		background-color: #fffc97;
	}
	
div#main {
	border: 0;
	padding: 0px;
	align: center;
	}

div#maintext {
	font-size: 13px;
	font-family: arial, helvetica, sans-serif;
	line-height: 18px;
	background-color: #fff5ca;
	color: #595959;
	font-weight: bold;
	padding: 25px;
	width: 200px;
	height: 475px;
}

*:first-child+html {} * html  div#maintext {
	width: 250px;
	height: 524px;
}

div#maintext h1 {
	color: #ff2a0f;
	font-weight: bold;
	margin-bottom: 20px;
	font-size: 13px;
}

div#maintext p {
	margin-bottom: 20px;
}

div#maintext a:link {
	color: #ff2a0f;
}
div#maintext a:visited {
	color: #ff2a0f;
}
div#maintext a:active {
	color: #ff2a0f;
}

p#supportp {
	font-size: 10px;
	line-height: 14px;
	margin-top: 20px;
}