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

/* MAIN STRUCTURE */

body {
	background: #004c9e url("images/wrapper.jpg") repeat-y;
	margin: 0;
	padding: 0;
	}

#page {
	background: url("images/page.jpg") no-repeat;
	min-height: 500px;
	width: 800px;
		}

#input {
position: absolute;
left: 395px;
top: 68px;

}

a#go1 {
diplay: block;
background: url("images/go.gif") no-repeat;
height: 23px;
width: 27px;
position: absolute;
left: 518px;
top: 65px;
}

a#go2 {
diplay: block;
background: url("images/go.gif") no-repeat;
height: 23px;
width: 27px;
position: absolute;
left: 695px;
top: 65px;
}

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

input {
border: 1px solid #ccc;
width: 112px;
height: 12px;
font-size: 11px;
}