/* CSS by Clock */

html {
	height: 100%;
	position: relative;
}
body {
	background-image: url("/resource/image/bkg.gif");
	background-position: right bottom;
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px; 
	line-height: 1.4em;
}
#bkg {
	background-image: url("/resource/image/we-are-clock.gif");
	height: 300px;
	width: 400px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	z-index: 100;
}
h1 {
	background-image: url("/resource/image/logo.gif");
	width: 310px;
	height: 100px;
	margin: 10px 0px 0px 10px;
}
h1 a {
	display: block;
	width: 100%;
	height: 100%;
}
h1 span,
h3 span {
	display: none
}
#main-content a {
	color: #000000;
}
#main-content a:hover {
	background-color: #000000;
	color: #FFFFFF;
}

/* Main-content */

#main-content {
	margin-left: 115px;
	margin-top: 30px;
	width: 500px;
	background-color: #FFFFFF;
	z-index: 101;
}
#main-content h3 {
	display: block;
	height: 25px;
	width: 100%;
	background-repeat: no-repeat;
}
#main-content p {
}


/* Headers */

h3#domain-registered {
	background-image: url("/resource/image/domain-registered.gif");
}