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

/*******************************/
/* overreaching */

html { -webkit-text-size-adjust:none; }

body {
position:relative;
width:100%;
height: 100%;
margin: 0px;
padding: 0px;
font-family: Arial, Helvetica, sans-serif;
background-color: black;
text-align:center;
}

a { text-decoration: none; }

img { border:0px; }

:focus { outline: 0; }

div {
position:relative;
float: left;
text-align:left;
margin:0;
}

/*******************************/
/* big chunky structure */

#site {	width: 900px;	height: auto;	margin: 0 auto;	float:none; text-align:center;	}

#studio {
	width: 893px;
	height: 154px;
	position:absolute;
	top: 80px;
	left: 3px;
	}

#pcrepair {
	width: 893px;
	height: 167px;
	position:absolute;
	top: 365px;
	left: 3px;
	}
	
#reptiles {
	width: 399px;
	height: 75px;
	position:absolute;
	top: 660px;
	left: 250px;
	cursor:pointer;
	}