@charset "UTF-8";

body {
	font: "Times New Roman", Times, serif;
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center top; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	overflow:scroll;
	
}

#back {
	font: "Times New Roman", Times, serif;
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center top; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	overflow:hidden;
	width:100%;
	height:100%;
	z-index:10;
	position:relative;
	top:0px;
}

#container {
	width: 780px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	}
	
#graphics {
	height:1000px;
	width:inherit;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px;
	padding: 0px;
	position: relative;
	background-position:center top;
	overflow: hidden;
	background-image:url(myspace_bg.png);
	background-repeat:no-repeat;
	z-index:20;
	}

#sentence {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	z-index:100;
	position:absolute;
	top:0px;
	width:633px;
	margin:0 auto;
}

#social {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	z-index:100;
	position:relative;
	top:261px;
	left:196px;
	width:355px;
	height: 202px;
	text-align:center;
}

#contact {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	z-index:100;
	position:absolute;
	top:284px;
	left:645px;
	width:126px;
}

#img {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	z-index:100;
	position:absolute;
	text-align:center;
	margin: 0px;
	border:none;
	top:400px;
	width:780px;
}

img {
margin:0px;
padding:0px;
outline:none;
border:none;
}

.text
{
font: Times, serif;
text-align:left;
font-size:12px;
font-style:normal;
font-variant:normal;
color:#000000;
}

.link
{
border:none;
margin:0px;
padding:0px;
font: "Times New Roman", Times, serif;
text-align:left;
text-decoration:none;
font-size:12px;
font-style: italic;
font-variant:normal;
color:#000000;
}

a:visited, a:link, a:down
{
border:none;
margin:0px;
padding:0px;
font: "Times New Roman", Times, serif;
text-align:left;
font-size:12px;
font-style: italic;
font-variant:normal;
color:#000000;
}

a:hover
{text-decoration:underline;
}
          z          z