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

body{
	background-image:url(../images/rippedjeans.gif);
	background-color:#000000;
	background-attachment:scroll;
	background-repeat:no-repeat;
	background-position:center;
	
}
#wrapper {
	position:relative;
	width:800px;
	height:1000px;
	margin:0px auto 0px auto;
}
#welcome {
	margin-top:-300px;
	margin-left:-310px;
}
#text1 {margin-top: -390px;
	margin-left: 380px;
}
#text2 {margin-top:0px;
margin-left: 0px;
}
#text3 {margin-left: 300px;
}
#text4 {}
#text5{margin-left:-50px;}

#text6 { margin-left: 220px;
		margin-bottom:-500px;
		margin-top: -200px;
}
a
{
	float:right;
	width:10em;
	text-decoration:none;
	color:white;
	background-color:black;
	padding:5px 5px;
	
}

a:hover {background-color:red}
li {display:inline}

#list{
	height: 100px;
	width:100%;
	padding:0;
	margin-top:0px;
	margin-left:0px;
	list-style-type:none;
}

#list2{
	height: 70px;
	width:100%;
	padding:0;
	margin-top:550px;
	margin-left:100px;
	list-style-type:none;
}
