* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	background: #003 url(images/color-bg.png) top left repeat-x;
}

#monitor {
	width: 748px;
	margin: 0 auto;
}

img {
	margin: 0 0 8px 0;
}

h1 {
	font-size: 16px;
	line-height: 18px;
	color: #fff;
	text-align: center;
	margin: 0 0 8px 0;
}

p {
	color: #cccccc;
	font-size: 12px;
	text-align: center;
	margin: 0;
}

a:link, a:active, a:visited {
	color: #ccc;
}

a:hover {
	color: #fff;
}