html, body {
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:white;
	}

.isnothome{
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:white;
	background:black
}
#full-screen-background-image {
	z-index: -999;
	min-height: 100%;
	min-width: 1024px;
	width: 100%;
	height: auto;
	position: fixed;
	top: 0;
	left: 0;
}

#wrapper {
	position: relative;
	width: 1100px;
	min-height: 400px;
	margin: 0px auto;
	color: #333;
	height:100%;
}
.header {
    background: none repeat scroll 0 0 ;
    height: 102px;
    min-width: 1100px;
    overflow: hidden;
    position: relative;
    z-index: 98;
}

a:link, a:visited, a:hover {
	color: #333;
	font-style: italic;
}

a.to-top:link,
a.to-top:visited, 
a.to-top:hover {
	margin-top: 1000px;
	display: block;
	font-weight: bold;
	padding-bottom: 30px;
	font-size: 30px;
}

.logo {
	background:url('../images/newlogo.png') no-repeat;
	width:402px;
	height:102px;
	border:0;
	border-radius:0 0 5px 5px;
}
.footer {
	width:100%;
	position:absolute;
	bottom:0;
	background:url('../images/footer2.png');
	padding:5px;
}
.footer-wrapper {
	width:1100px;
	margin:0 auto;
	text-align:center;
	padding:2px;
	color:white;
}
.pt a{
	color:white;
	font-size:11px;
	font-style:normal;
	text-decoration:none;
	
}

.linktest {
	width:100%;
	height:70%;
	background:url(../images/iebg.png);
	margin:0 auto;
	margin-left:0;
	display:block;
	cursor:pointer;
}
	