html, body, #main { height: 100%; }

body {
	background-image: url("img/bjernies_paper.gif");
	background-repeat: repeat;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#noSoupForYou {
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	
	background-color: #FFFFFF;
	font-family: "Lucida Grande",sans-serif;
	font-size: 11px;
	width: 200px;
	height: 500px;
	position: absolute;
	padding: 25px;
	top: 50%;
	left: 50%;
	margin-top: -275px;
	margin-left: -125px;
}

img {
	border: none;
	margin-top: 30px;
}

h1 {
	font-family: "Lucida Grande",sans-serif;
	font-size: 11px;
	font-weight: normal;
	margin: 0;
}

.header {
	font-size: 16px;
	font-weight: bold;
	margin-top: 50px;
}

a { text-decoration: none }

a:link { color: #00F; }
a:visited { color: #00F; }
a:hover {
	color: #FFF;
	background-color: #00F;
}
a:active {
	color: #FFF;
	background-color: #00F;
}
