#wrapper {
	margin: 0px auto;
	padding: 0px;
	width: 700px;
	border: 25px groove #000;
	background-image: url('http://blankdogs.com/images/seizure.gif');
}

#header {
	margin: 0 0 15px 0;
}


#left {
	width: 220px;
	float: left;
	padding: 10px 10px;
}

#right {
	width: 220px;
	float: right;
	padding: 10px 10px;
}

#center {
	float: left;
	width: 30%;
	text-align: center;
}

#content {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
}

#footer {
	margin: 0px auto;
	width: 750px;
}

p {
	font-family: comic sans MS, new york, times;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
}

a {
	color:#000000;
}

ul, li {
	font-family: comic sans MS, new york, times;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
}

h1 {
	font-family: comic sans MS, new york, times;
	font-size: 64px;
	font-weight: bold;
	color: #990000;
	text-align: center;
	font-decoration: blink;
}

h2 {
	font-family: comic sans MS, new york, times;
	font-size: 20px;
	color: ffff00;
	font-weight: bold;
	text-align: center;
}

h3 {
	font-family: comic sans MS, new york, times;
	color: #990000;
	font-size: 146px;
	font-weight: bold;
	text-align: center;
	line-height: 30%;
	}