* {
	margin: 0;
	padding: 0;
}

body {
	background: #83c8df url(../images/head.jpg) no-repeat center top;
	padding-top: 166px;
}

#panel {
	position: relative;
	left: -11px;
	z-index: 2;
	width: 472px;
	min-height: 400px;
	height: auto;
	_height: 400px;
	margin: 0 auto;
	background: url(../images/box-bottom.png) no-repeat left bottom;
	padding-bottom: 33px;
	overflow: visible;
}

#panel-top {
	display: block;
	height: 30px;
	background: url(../images/box-top.png) no-repeat 11px center;
	margin-bottom: -8px;
}

.tweet {
	display: block;
	background: url(../images/box-bg.png) repeat-y 11px center;
	padding: 16px 10px 14px 50px;
	margin: 0;
	color: white;
	font-family: Georgia, serif;
	font-size: 15px;
}

.tweet img {
	float: left;
	width: 48px;
	height: 48px;
	margin-right: 9px;
	border: 1px solid #B8E6F2;
}

.tweet a {
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #B8E6F2;
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
	font-style: italic;
	outline: none;
}

.tweet a:hover {
	text-decoration: underline;
}

#footer {
	height: 431px;
	position: relative;
	margin: 0;
	padding: 0;
	margin-top: -218px;
	background: url(../images/foot.jpg) no-repeat center top;
}

#mbdragan {
	clear: both;
	position: absolute;
	bottom: -175px;
	right: -123px;
	z-index: 1000;
	margin: 0 auto;
	padding: 0;
	display: block;
	width: 100px;
	height: 40px;
	text-indent: -9999px;
	overflow: hidden;
	font-size: 1px;
}

#social {
	width: 94px;
	position: absolute;
	left: 537px;
	top: 44px;
}

#social a {
	display: block;
	width: 94px;
	height: 75px;
	text-indent: -9999px;
	overflow: hidden;
	font-size: 1px;
	outline: none;
	position: relative;
	top: 0;
}

#social a:active {
	top: 1px;
}

#social a.facebook {
	background: url(../images/facebook.png) no-repeat left top;
}

#social a.twitter {
	background: url(../images/twitter.png) no-repeat left top;
}

#social a.delicious {
	background: url(../images/delicious.png) no-repeat left top;
}

#social a.stumbleupon {
	background: url(../images/stumbleupon.png) no-repeat left top;
}
