/* Version 6.0: Time is everywhere. http://fenali.net */
/* Protected by Creative Commons ShareAlike License Version 1.0: http://creativecommons.org/licenses/sa/1.0 */
/* All associated designs (c) fenali.net */



/* Global */

* {
	margin: 0;
	padding: 0;
	}



/* General */

body {
	background: #000000 url(bg.jpg) repeat-x 0% 0%;
	color: #cccccc;
	font: normal 8pt/100% verdana, arial, serif;
	}

a, a:link, a:visited, a:hover, a:active {
	color: #888888;
	text-decoration: none;
	}

a img {
	border: 0;
	}



/* Design */

#wrap {
	position: relative;
	width: 88px;
	margin: 0 auto;
	}

#top {
	position: absolute;
	top: 0;
	left: 0;
	width: 88px;
	height: 600px;
	}

#buttons {
	position: relative;
	width: 200px;
	top: 346px;
	margin: 0 auto;
	}
