html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    display: table;
}

body {

	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	background:url(../images/content-background.gif) left top repeat-x #fff;

}

.container {
    display: table-cell;
    text-align: center;
    vertical-align: middle;

}
.content {
	display: inline-block;
	text-align: center;
	width: 768px;
	height: 400px;
}

.border-1 {
	border-bottom:2px solid #e5e5e5;
	text-align: center;
}

.border-2 {
	border-top:2px solid #e5e5e5;
	text-align: center;
}

.indent-bottom1 {padding-bottom:8px;}

.aligncenter {text-align:center;}

.font1 {
	color:#2b2b2b;
	display:block;
	font-size:24px;
	line-height:28px;
	font-weight:normal;
	text-align: center;
}

.font2 {
	color:#959595;
	display:block;
	font-size:18px;
	line-height:28px;
	font-weight:normal;
	text-align: center;
}

.font3 {
	color:#2b2b2b;
	display:block;
	font-size:12px;
	line-height:28px;
	font-weight:normal;
	text-align: center;
}

.color1 {
		color:#454545;
}

a {color:#454545; outline:none; text-decoration:none;}
a:hover {
	text-decoration:none;
	color: #959595;
	
	}
	
	.button-5 {
	width:227px;
	margin-left:-5px;
	display:inline-block;
	color:#fff;
	font-weight:bold;
	font-size:15px;
	line-height:18px;
	border-radius:17px;
	-moz-border-radius:17px;
	-webkit-border-radius:17px;
	background:url(../images/button-4.png) left -82px repeat-x #555;
	background: -webkit-linear-gradient(top, #747474, #555); /* Chrome 10+, Saf5.1+, iOS 5+ */
	background:    -moz-linear-gradient(top, #747474, #555); /* FF3.6 */
	background:     -ms-linear-gradient(top, #747474, #555); /* IE10 */
	background:      -o-linear-gradient(top, #747474, #555); /* Opera 11.10+ */
	background:         linear-gradient(top, #747474, #555);
	padding:7px 18px 10px 15px;
}
.button-5>span {
	display:inline-block;
	width:17px;
	height:17px;
	margin:3px 0px -3px 7px;
	background:url(../images/button-4a.png) left top no-repeat;
}
.button-5:hover {
	background:url(../images/button-4.png) repeat-x left 0 #2f2f2f;
	background: -webkit-linear-gradient(top, #404040, #2f2f2f); /* Chrome 10+, Saf5.1+, iOS 5+ */
	background:    -moz-linear-gradient(top, #404040, #2f2f2f); /* FF3.6 */
	background:     -ms-linear-gradient(top, #404040, #2f2f2f); /* IE10 */
	background:      -o-linear-gradient(top, #404040, #2f2f2f); /* Opera 11.10+ */
	background:         linear-gradient(top, #404040, #2f2f2f);
}

