body {
	background: url('images/bg.gif');
	background-repeat:repeat;
	background-attachment: fixed;
}
#logo {
	position: absolute;
	margin-top:120px;
	margin-left:400px;
	width:400px;
	height:100px;
	background: url(images/logo2d.png) no-repeat 0 0;
}
#me {
	position:absolute;
	left:0;
	bottom:0;
	width:345px;
	height:494px;
	background: url(images/meback.png) no-repeat 0 0;
}

#icons {
	position:absolute;
	margin-top:200px;
	margin-left:400px;
}
ul.hover_block li{
			list-style:none;
			float:left;
			background: url('images/bg.gif');
			width:70px; position: relative;
			margin-right: 20px; 
}

ul.hover_block li a {
			display: block;
			position: relative;
			overflow: hidden;
			height: 140px;
			width: 70px;
			padding: 3px;
			color: #000;
			font: 12px Helvetica, Arial, sans-serif;
}

ul.hover_block li a { text-decoration: none; }

ul.hover_block li img {
			position: absolute;
			top: 0;
			left: 0;
			border: 0;
}
#uptime {
	color:#C8C8C8;
	padding-left:446px;
	padding-top:360px;
}
#footer {
	position: absolute;
	bottom:0;
	margin-left:500px;
}
.wordpress{
margin: 100px auto;
padding: 0;
width: 100px;
position: relative;
}
div.wordpress em {
background: url(bubble.png) no-repeat;
width: 100px;
height: 49px;
position: absolute;
top: -70px;
left: -0px;
text-align: center;
text-indent: -9999px;
z-index: 2;
display: none;
}
 
#wordpress-ico {
width: 70px;
height: 70px;
background: url(images/wordpress.png) no-repeat 0 0;
text-indent: -9999px;
margin: 0 auto;
display: block;
}