*{
    font-family: Arial,Helvetica,sans-serif;
	margin: 0;
}

html, body{
	height: 100%;
}

body{
	background: black url(../images/_browser/web_general_background.jpg) no-repeat scroll center top;
}
#outer{
	height: 100%;
}

#content{
	min-height: 100%;
	height: 100%;
	height: auto !important;
	width: 1237px;
	margin: 0 auto -45px;
}

#inner {
	width: 1237px;
	text-align: center;
	position: relative;
	top: 0px;
}

.BrandingArea{
	background: transparent url(../images/_browser/ejamming_logo.png) no-repeat;
	top: 12px;
	width: 487px;
	height: 133px;
	position: relative;
    margin-left:auto;
    margin-right:auto;
	cursor: pointer;
}

#PageTitleArea{
    height: 130px;
	text-align: center;
	padding-top: 57px;
	width: 100%;
}
#PageTitle{
	height:120px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}

#footer, #push{ 
	position: relative;
	height: 45px;
	text-align: center;
	width: 1237px;
	margin-left:auto;
	margin-right:auto;
}

#copyright{
	color: #999999;
	font-size: 11px;
	font-weight: normal;
	width: 250px;
	height: 14px;
    margin:6px auto auto;
}