* {
	padding: 0;
	margin: 0;
}
body {
	background-color: #f8c8c8;
	background-image: url(../../images/get-inked.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.container{
	background-color: #f182ac;
	width: 1080px;
}

#linky ul {
	list-style: none;
}
#linky li {
	display: inline;
	padding: 20px;
}
#spacer {
	height: 250px;
	overflow: hidden;
}

#toa {
	padding: 0 150px;
}

#toa p {
	text-align: left;
}

.inputText {
	width: 300px;
}

.info {
	text-align: right;
}