*{
	margin:0;
	padding:0;
}

img{
	border:none;
}

body {
	overflow:hidden;/*Needed to eliminate scrollbars*/
	background:#e5e5e5;
	/*background-image: url(../img/background.png);*/
	background-repeat:no-repeat;
	background-position:top center;
}

.header {
	background-image: url(../img/bgheader.png);
	background-position: top center;
	background-repeat: repeat-x;
	width: 100%;
	height: 100px;
	margin: 0 auto;
	}

.content{
	background-image: url(../img/bgbody.png);
	background-repeat:no-repeat;
	background-position:top center;
	margin:0 auto;
	height:768px;
	width:100%;
}

.info{
	padding-top: 21px;
	width: 400px;
	height: auto;
	margin:auto;
	
	}
#logo {
	text-align: center;
	}

#client{
	float: right;
	width: 294px;
	height: 25px;
	color:#6e7072;
	font:24px "Helvetica Neue", Arial, sans-serif;
	font-weight:900;
	letter-spacing: -1px;
	margin-top: 31px;
	text-decoration: none;	
	}
	
#project{
	float: right;
	width: 294px;
	height: 20px;
	color:#6e7072;
	font:12px "Helvetica Neue", Arial, sans-serif;
	font-weight:900;
	letter-spacing: -.5px;
	text-decoration: none;
	margin-bottom: 20px;	
	}
	
#ad{
	float: left;
	margin-left: 19px;
	margin-bottom: 5px;
	padding-top: 2px;
	padding-left: 5px;
	width: 360px;
	height: 20px;
	background-image: url(../img/lbglist.png);
	background-repeat: no-repeat;
	color:#6e7072;
	font:11px "Helvetica Neue", Arial, sans-serif;
	font-weight:600;
	letter-spacing: -.5px;
	text-decoration: none;
	word-spacing: 5px;	
	}

#download{
	float: left;
	margin-left: 24px;
	margin-bottom: 5px;
	word-spacing: 5px;
	}

a {
	color:#6e7072;
	font:11px "Helvetica Neue", Arial, sans-serif;
	font-weight:600;
	letter-spacing: -.5px;
	text-decoration: none;
	word-spacing: 5px;	
	text-decoration: none;
}

a:hover {
	color:#424242;
	font:11px "Helvetica Neue", Arial, sans-serif;
	font-weight:900;
	letter-spacing: -.5px;
	text-decoration: none;
	word-spacing: 5px;	
	text-decoration: none;
}
