* {
	padding: 0;
	margin: 0;
	font-weight: normal;
}
body {
	font-family: georgia;
	text-align: center;
	background: url('img/bg.png') #fff;
}

h3 {
	font-size: 70px;
}
p {
	font-size:16px;
	line-height: 20px;
}
a {
	text-decoration: none;
	color: #000;
}
ul {
	list-style-type: none;
}
.block {
	display: block;
}
ul.links li {
	margin: 4px 0;
}
#top, #middle {
	margin: 0 auto;
}
#top {
	background: url('img/me.png');
	height: 492px;
	width: 669px;
}
#middle {
	width: 627px;
	padding: 0 20px 20px 20px;
}
#time {
	position: absolute;
	top: 0px;
	right: 0px;
	margin: 30px 40px 0 0;
}
.day, .date, .time {
	display: block;
}
.day {
	font-size: 30px;
}

.left {
	text-align: left;
}

/* START - My Links */

.facebook:before { content: url('img/facebook.ico');}
.digg:before { content: url('img/digg.ico');}
.youtube:before { content: url('img/youtube.ico');}
.hypem:before { content: url('img/hypem.ico');}
.flickr:before { content: url('img/flickr.ico');}
.circuscat:before { content: url('img/cc.gif'); }
/* END - My Links */

/* START - Boxes */
.box {
	width: 252px;
	margin: 5px 0;
}
.middle {
	padding: 5px 38px 32px 38px;
}
.box.blue .top {
	background: url('img/box.top.png') no-repeat;
	height: 26px;
}
.box.blue .middle {
	background: url('img/box.middle.png') repeat-y;
	color: #111;
}
.box.blue .bottom {
	background: url('img/box.bottom.png');
	height: 26px;
	margin: 0 0 10px 0;
}

/* END - Boxes */