* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: 'PT Sans', Arial, Helvetica, sans-serif;
	text-align: center;
	font-weight: normal;
	font-size: 78%;
	line-height: 1.5;
	color: #FFF;
	background-color: #000;
	background-image: url(../img/bg_body.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
}
.clear {clear:both;font-size:0px;height:0px;width:100%;line-height:0px;}
h1 {
	position:relative;
	overflow:hidden;
	margin-right: auto;
	margin-left: auto;
	margin-top: 150px;
	margin-bottom: 150px;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h2 {
	font-style: italic;
	font-weight: normal;
	font-size: 250%;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	color: #bdbdbd;
	margin-bottom: 15px;
}
strong {
	color: #FFF;
}
a {
	color: #35a3cc;
	font-weight: bold;
}
a:hover {
	color: #FFF;
	text-decoration: none;
}

.site {
	width: 296px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 70px;
}
a.fb {
	height: 64px;
	width: 64px;
	display: block;
	float: left;
	margin: 5px;
	position: relative;
}

a.fb span{
	background-image: url(../img/ico_fb.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 64px;
	width: 64px;
	position: absolute;
	left: 0px;
	top: 0px;
}
a:hover.fb span {
	background-image: url(../img/ico_fb-active.jpg);
}
a.behance {
	height: 64px;
	width: 64px;
	display: block;
	float: left;
	margin: 5px;
	position: relative;
}
a.behance span{
	background-image: url(../img/ico_behance.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 64px;
	width: 64px;
	position: absolute;
	left: 0px;
	top: 0px;
}
a:hover.behance span {
	background-image: url(../img/ico_behance-active.jpg);
}
a.li {
	height: 64px;
	width: 64px;
	display: block;
	float: left;
	margin: 5px;
	position: relative;
}
a.li span{
	background-image: url(../img/ico_li.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 64px;
	width: 64px;
	position: absolute;
	left: 0px;
	top: 0px;
}
a:hover.li span {
	background-image: url(../img/ico_li-active.jpg);
}
a.flickr {
	height: 64px;
	width: 64px;
	display: block;
	float: left;
	margin: 5px;
	position: relative;
}
a.flickr span{
	background-image: url(../img/ico_flickr.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 64px;
	width: 64px;
	position: absolute;
	left: 0px;
	top: 0px;
}
a:hover.flickr span {
	background-image: url(../img/ico_flickr-active.jpg);
}

.fb-like {
	margin-right: auto;
	margin-left: auto;
	display: block;
	margin-top: 70px;
	margin-bottom: 70px;
}

