body {
	color: #000;
	background-color: #f2f2f2;
	font: 11px Arial, Helvetica, Geneva, sans-serif;
}

img {
	border-style: none;
}

h4 {
	visibility: hidden;
	float: left;
}

#container1 {
	position:absolute;
	top: 50%;
	left: 50%;
	width: 525px;
	height: 550px;
	margin-left: -262.5px;
	margin-top: -275px;
}

#name-holder {
	width: 525px;
	height: 525px;
	margin: 0;
	padding: 0;
}

#footer {
	width: 483px;
	height: 14px;
	margin: 10px 0 0;
	padding: 0;
	float: right;
}

#footer_text {
	float: left;
	color: #ccc;
	font: italic bold 1.2em Georgia, "Times New Roman", Times, serif;
}

.footer_text_link {
	color: #ccc;
	text-decoration: none;
}

.footer_text_link:hover {
	color: #666;
}

.bottom_links {
	background-color: transparent;
	width: 100%;
	height: 14px;
	margin: 0;
	padding: 0;
	display: block;
}

#twitter_logo {
	width: 60px;
	height: 14px;
	margin: 0;
	padding: 0;
	background: url(../images/icons/twitter_logo.png) no-repeat;
	float: right;
}

#twitter_logo:hover {
	background: url(../images/icons/twitter_logo_over.png) no-repeat;
}

#behance_logo {
	width: 65px;
	height: 14px;
	margin: 0 15px 0 0;
	padding: 0;
	background: url(../images/icons/behance_logo.png) no-repeat;
	float: right;
}

#behance_logo:hover {
	background: url(../images/icons/behance_logo_over.png) no-repeat;
}

#facebook_logo {
	width: 63px;
	height: 14px;
	margin: 0 15px 0 0;
	padding: 0;
	background: url(../images/icons/facebook_logo.png) no-repeat;
	float: right;
}

#facebook_logo:hover {
	background: url(../images/icons/facebook_logo_over.png) no-repeat;
}

#flickr_logo {
	width: 40px;
	height: 14px;
	margin: 0 15px 0 0;
	padding: 0;
	background: url(../images/icons/flickr_logo.png) no-repeat;
	float: right;
}

#flickr_logo:hover {
	background: url(../images/icons/flickr_logo_over.png) no-repeat;
}



