* {
	margin: 0;
	padding: 0;
}
img {
	border: 0;
}
body {
    color: #333;
	color: rgba(0,0,0,.7);
	font-size: 11px;
	letter-spacing: -1px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 13px;
	background: #F7F7F7 url(../images/back.png);
	color: #333;
	color: rgba(0,0,0,.8);
	text-shadow: 0 1px 0 #eee;
	text-shadow: 0 1px 0 rgba(255,255,255,.6);
	-webkit-text-size-adjust: 100%;
}
.header {
	position: absolute;
	left: 1%;
	top: 2%;
	font-size: 17px;
	letter-spacing: -1px;
	background: #DEDEDE;
	padding: 8px;
}
.container {
	display: none;
	position: absolute;
	width: 900px;
	left: 50%;
	margin-left: -450px;
	margin-top: 20px;
}
.head {
	position: absolute;
	background: url(../images/head.png);
	width: 842px;
	height: 111px;
	margin-top: 125px;
	margin-left: 29px;
	z-index: -10;
}
h1 {
	margin-top: 140px;
	color: #DEDEDE;
	font-size: 58px;
	line-height: 60px;
	text-align: center;
	text-shadow: 0 1px 0 #900;
}
h2 {
	margin-top: 60px;
	font-size: 40px;
	line-height: 42px;
	text-align: center;
}
h3 {
	margin-top: 2px;
	font-size: 24px;
	line-height: 26px;
	text-align: center;
}
h4 {
	margin-top: 18px;
	font-size: 18px;
	line-height: 20px;
	text-align: center;
}
.photos {
	position: absolute;
	width: 300px;
	margin-top: 80px;
	margin-left: 45px;
}
.flickr {
	position: absolute;
	background: url(../images/flickr.png);
	width: 69px;
	height: 20px;
	margin-top: 176px;
	margin-left: 310px;
}
.tweet {
	position: absolute;
	width: 380px;
	margin-top: 80px;
	margin-left: 480px;
}
.bird {
	position: absolute;
	background: url(../images/bird.png);
	width: 54px;
	height: 41px;
	margin-top: 80px;
	margin-left: 410px;
}
.footer {
	position: absolute;
	width: 900px;
	height: 38px;
	left: 50%;
	margin-left: -450px;
	margin-top: 690px;
	color: #B82B2B;
	font-size: 11px;
	letter-spacing: 0px;
	text-align: center;
}
a:link, a:visited, a:active {
	text-decoration: none;
	color: #FFF;
	border-bottom: none;
}
a:hover {
	text-decoration: underline;
	color: #FFF;
	border-bottom: none;
}
a.headerlink:link, a.headerlink:visited, a.headerlink:active {
	text-decoration: none;
	color: #333;
	border-bottom: #333 1px dotted;
}
a.headerlink:hover {
	text-decoration: none;
	color: #333;
	border-bottom: none;
}
a.border:link, a.border:visited, a.border:active {
	text-decoration: none;
	color: #B82B2B;
	border-bottom: #850700 1px dotted;
}
a.border:hover {
	text-decoration: none;
	color: #B82B2B;
	border-bottom: none;
}
