/* WASTED SPACE COMMUNICATIONS
http://www.mywastedspace.com 
Style Sheet for 76 
*/

/* MAIN STRUCTURE */

body {
	background: #a81631;
	}

#page1 {
	background: url("images/primary.gif") no-repeat;
	height: 1008px;
	width: 1008px;
	}

#page2 {
	background: url("images/secondary.gif") no-repeat;
	height: 1008px;
	width: 1008px;
	}

#top {
	padding: 50px 0 0 150px;
}

a#button {
	display: block;
	background: url("images/button.gif") no-repeat ;
	height: 59px;
	width: 704px;
}

a#button:hover {
	background: url("images/button-hover.gif") no-repeat;
}

#input {
position: absolute;
left: 245px;
top: 118px;

}

a#go1 {
diplay: block;
background: url("images/go.gif") no-repeat;
height: 39px;
width: 45px;
position: absolute;
left: 470px;
top: 113px;
}

a#go2 {
diplay: block;
background: url("images/go.gif") no-repeat;
height: 39px;
width: 45px;
position: absolute;
left: 820px;
top: 113px;
}

a#go1:hover, a#go2:hover {
background: url("images/go-hover.gif") no-repeat;
}

input {
border: 3px solid #ffcb00;
width: 205px;
height: 20px;
font-size: 18px;
}