@charset "utf-8";
/* CSS Document */

body {
	background-color: #FFFFFF;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #6a6969;
}

h1 {
	text-indent: -9999px;
}

a {
	color: #6a6969;
	text-decoration: none;
}

a:hover {
	color: #489AEA;
}

#wrapper {
	position: relative;
	height: 100%;
	width: 480px;
	margin: 0 auto;
}

#header {
	padding: 25px 0 0 0;
	position: relative;
	height: auto;
	width: 480px;
	margin: 0 auto;
}

#clockworkicon {
	display: block;
	height: 115px;
	width: 480px;
	background: url(../images/clockworkips_icon.gif) no-repeat center center;
}

#clockworklogo {}
	
	#clockworklogo a {
		display: block;
		height: 80px;
		width: 480px;
		background: url(../images/clockworkips_logo.gif) no-repeat center center;
		text-indent: -9999px;
	}

#content {
	padding: 25px 0 0 0;
	position: relative;
	height: auto;
	width: 480px;
	margin: 0 auto;
}

#phonenumbers {
	display: block;
	height: 30px;
	width: 480px;
	background: url(../images/contactclockwork.gif) no-repeat center center;
	text-indent: -9999px;
}

#checkmail {}
	
	#checkmail a {
		display: block;
		height: 115px;
		width: 480px;
		background: url(../images/checkmail.gif) no-repeat center center;
		text-indent: -9999px;
	}

#havingtrouble {}

	#havingtrouble a {
		display: block;
		height: 115px;
		width: 480px;
		background: url(../images/havingtrouble.gif) no-repeat center center;
		text-indent: -9999px;
	}

#footer {
	padding: 50px 0 0 0;
	position: relative;
	height: auto;
	width: 480px;
	text-align: center;
}