* {
	padding: 0px;
	margin: 0px;
	}

body {
	font: 16px/16px Times, serif;
	color: #333;
	background: #fff;
	}

img {
	border: none;
	}

#container {
	width: 280px;
	height: 240px;
	margin: -120px 0 0 -140px;
	top: 50%;
	left: 50%;
	display: block;
	position: absolute;
	}

#logo {
	width: 241px;
	height: 84px;
	background: url(../images/logo.png);
	margin: 0 0 10px 0;
	}

#content a {
	text-decoration: none;
	color: #333;
	}

#content a:hover {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	opacity: .8;
	}

.item {
	display: inline-block;
	padding: 8px 0px 0 33px;
	height: 24px;
	}

.small {
	padding: 7px 0px 0 31px !important;
	font: 14px/18px Helvetica, sans-serif;
	}

.smaller {
	padding: 7px 0px 0 28px !important;
	font: 14px/20px Georgia, serif;
	}

#email { background: url(../images/iconmail.png) no-repeat; }
#phone { background: url(../images/iconphone.png) no-repeat; font: 14px/14px Monaco, "Lucida Console", sans-serif;}
#vcard { background: url(../images/iconvcard.png) no-repeat; font-weight: bold; }
#twitter { background: url(../images/icontwitter.png) no-repeat; font: 14px/14px Georgia, serif;}
#tumblr { background: url(../images/icontumblr.png) no-repeat;  font-weight: bold; }
#linkedin { background: url(../images/iconlinkedin.png) no-repeat;}

#footer {
	font: 13px/13px Helvetica, sans-serif;
	position: absolute;
	bottom: 0px;
	right: 0px;
	color: #aaa;
	padding: 0 20px 10px 0;
	}

#footer a {
	color: #aaa;
	text-decoration: none;
	font-weight: bold;
	}

#footer a:hover {
	color: #666;
	}
