a:focus, a:hover, a:active { outline:none }  

body {
	background-color: #000;
	text-align: center;
	font-family: Arial, sans-serif;
	font-size: 18px;
	color: #000;
}

html{
   height: 100%;
   width: 100%;
   margin: 0em;
   padding: 0em;
}

img {
	display: block;
	border-style: none;
	padding: 0;
}

#wrapper {
	margin: 0 auto;
	height: 800px;
	width: 1000px;	
	position: relative;
}

.linkies {
	display: inline;
	float: left;
}

#lidObject {
	position:absolute;
	z-index: 3;
	left:0px;
	top:0px;
	width:1000px;
	height: 800px;
}

#desktop {
	position: absolute;
	z-index: 1;
	left: 0px;
	top: 0px;
	width: 1000px;
	height: 800px;
	background-image: url(images/desktop.png);
}

#links {
	padding: 0;
	margin: 0 auto;
	position: absolute;
	z-index: 2;
	left: 50%;
	margin-left: -405px;
	width: 1000px;
	height: 300px;
	top: 10px;
}

#textOne {
	position: absolute;
	z-index: 2;
	left: 50%;
	margin-left: -450px;
	width: 900px;
	height: 600px;
	top: 200px;
	display: block;
}

#textTwo {
	position: absolute;
	z-index: 2;
	left: 50%;
	margin-left: -450px;
	width: 900px;
	height: 600px;
	top: 200px;
	display: none;
}

#textThree {
	position: absolute;
	z-index: 2;
	left: 50%;
	margin-left: -450px;
	width: 900px;
	height: 600px;
	top: 200px;
	display: none;
}

#textFour {
	position: absolute;
	z-index: 2;
	left: 50%;
	margin-left: -450px;
	width: 900px;
	height: 600px;
	top: 200px;
	display: none;
}

#textFive {
	position: absolute;
	z-index: 2;
	left: 50%;
	margin-left: -450px;
	width: 900px;
	height: 600px;
	top: 200px;
	display: none;
}

#copyright {
	color: #555;
	position: absolute;
	left: 50%;
	width: 260px;
	margin-left: -130px;
	z-index: 3;
	top: 800px;
	font-size: 10px;
}

#hometag {
	position: absolute;
	left: 850px;
	top: 600px;
	z-index: 2;
}