
		#west {
			position: absolute;
			top: 290px;
			left: -100px;
			background: url(3west.png) repeat-x #000000;
			width: 100px;
			height: 100px;
			overflow: hidden;
			opacity: 0;
			filter: alpha(0);
		}

		#east {
			position: absolute;
			top: 290px;
			left: 750px;
			background: url(8east.png) repeat-x #000000;
			width: 100px;
			height: 100px;
			overflow: hidden;
			opacity: 0;
			filter: alpha(0);
		}

		#picture {
			position: absolute;
			top: 250px;
			left: 125px;
			align: center;
			background: url(initialimageedge.jpg) no-repeat #000000;
			width: 500px;
			height: 200px;
			overflow: hidden;
		}

#pic1 {
	height:384;
	width: 125;
	}

#pic2 {
	height:384;
	width: 125;
	}

#left {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 120px;
	height: 250px;
	background: #000000;
	padding: 0px;
	border: 0px;
	overflow: visible;
	float: left;
	}

#title {
	position: fixed;
	top: 0px;
	left: 125px;
	width: 500px;
	max-height: 100px;
	background: #000000;
	padding: 0px;
	border: 0px;
	display: block;
	float: left;
	}

#input {
	position: fixed;
	top: 100px;
	left: 125px;
	width: 500px;
	height: 150px;
	background: #000000;
	overflow: hidden;
	border: 0px;
	display: block;
	float: left;
	}

#right {
	position: fixed;
	top: 0px;
	left: 625px;
	width: 120px;
	height: 250px;
	background: #000000;
	padding: 0px;
	border: 0px;
	overflow: visible;
	float: left;
	}
	
#starfield {
	top: 250px;
	left: 0px;
	width: 750px;
	height: 200px;
	background: #000000;
	padding: 0px;
	border: 0px;
	overflow: hidden;
	float: left;
	}
	
#bottom {
	position: fixed;
	top: 450px;
	left: 0px;
	width: 750px;
	height 2px;
	background: #131313;
	padding: 0px;
	display: block;
	float: left;
	}

#footer {
	position: fixed;
	top: 452px;
	left: 0px;
	width: 750px;
	max-height: 100px;
	background: #000000;
	padding: 0px;
	border: 0px;
	float: left;
	}

#top {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 750px;
	height: 450px;
	background: #000000;
	padding: 0px;
	border: 0px;
	display: block;
	overflow: hidden;
	}

#wrapper	{
	width: 750px;
	margin: auto;
	background-color: #000000;
	color: #ffffff;
	overflow: hidden;
	}

.button {
    	border: 1px solid #bda33c;
    	background: #333;
	color: #fff;
	}

.button:hover {
    	border: 1px solid #fbda33c;
    	background: #888;
	color: #fff;
	}

.button1 {
    	border: 1px solid #bda33c;
    	background: #888;
	color: #000;
	}

.button1:hover {
    	border: 1px solid #fbda33c;
    	background: #333;
	color: #000;
	}

#celeb {
	top: 130px;
	left: 0px;
	position: fixed;
	width: 189px;
	height: 190px;
	background: #131313;
	padding: 5px;
	border-right: 1px solid #bda33c;
	display: block;
	float: left;
	color: #ffffff;
	font-family:verdana;
	font-size:0.8em;
	text-decoration:none;
	text-align:center;
	}
	
#profile {
	top: 130px;
	left: 200px;
	position: fixed;
	width: 539px;
	height 190px;
	background: #131313;
	padding: 5px;
	border: 0px;
	display: block;
	float: left;
	color: #ffffff;
	font-family:verdana;
	font-size:0.7em;
	line-height: 140%;
	text-decoration:none;
	text-align:center;
	}

#suggs {
	top: 330px;
	left: 0px;
	position: fixed;
	width: 740px;
	height: 110px;
	background: #131313;
	padding: 5px;
	border-top: 1px solid #bda33c;
	display: block;
	float: left;
	color: #ffffff;
	font-family:verdana;
	font-size:0.6em;
	line-height: 110%;
	text-decoration:none;
	text-align:center;
	}
