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;}

.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;