BODY {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
	color: #5F5C5C;
	background-color: #FCFBF5;
}

A {
	color: #5F5C5C;
	text-decoration: none;
}
A:hover {
	text-decoration: underline;
}


IMG#topsterLogo {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	margin-bottom: 20px;
}


DIV#cowEnterContainer {
	position: relative;
	margin-bottom: 100px;
}
IMG#enterButton {
	position: relative;
	left: 160px;
	top: 35px;
}
IMG#animCowHead {
	position: relative;
	left: 70px;
	top: 100px;
}
IMG#clouds {
	position: relative;
	left: -100px;
	top: -40px;
}





DIV#mainTextBlock {
	text-align: center;
}
DIV#mainTextBlock DIV {
	margin-bottom: 10px;
}

DIV#enterText {
	font-size: 1em;
}
DIV#enterText A {
	color: #EC6488;
	text-decoration: underline;
}

DIV#designedByText {
	font-size: 0.8em;
}
