*	{
	margin: 0px;
	padding: 0px;
	}
html, body {
	width: 100%;
	height: 100%;
  	background: #fff;
  	text-align: center;
  	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #000;
  	font-size: 13px; 
	}
a:link, a:active, a:visited, a:hover {
  	color: #C71A03;
 	text-decoration: none
	}
#main {
	position: relative;
	margin: 20px auto 0 auto; 
	display:block;
	width: 950px;
	height: 729px;
	background: url(main.jpg);
	background-repeat: no-repeat;
	}
#meantime {
	position: absolute;
	width: 270px;
	height: 40px;
	top:628px;
	left:606px;
	background: url(meantime.png);
	}
#email {
	position: absolute;
	width: 122px;
	height: 14px;
	top:667px;
	left:606px;
	background: url(email.png);
	}
#or {
	position: absolute;
	width: 195px;
	height: 12px;
	top:681px;
	left:606px;
	background: url(or.png);
	}
#download {
	position: absolute;
	width: 129px;
	height: 16px;
	top:692px;
	left:606px;
	background: url(download.png);
	}
#myspace {
	position: absolute;
	width: 66px;
	height: 22px;
	top:613px;
	right:0px;
	background: url(myspace.png);
	}
#facebook {
	position: absolute;
	width: 66px;
	height: 24px;
	top:639px;
	right:0px;
	background: url(facebook.png);
	}
img	{		
	border:0px;
	}
