.frame {
	float: left;
	width: 300px;
	height: 300px;
	margin: 10px 5px;;
	border: 2px black solid;
	}

#frame1 {
	background: url('frame1.jpg');
	}

#frame2 {
	background: url('frame2.jpg');
	}

#frame3 {
	background: url('frame1.jpg');
	}

#comic {
	margin: 5px 25px;
	}

.refresh a {
	color: black;
	}

.refresh a:hover {
	color: red;
	}

.refresh a:active {
	color: purple;
	}

body {
	background: black;
	}

#header {
	height: 200px;
	text-align: center;
	}

#page {
	margin: 0px auto;
	padding: 0 0 20px 0;
	width: 1000px;
	background: white;
	}

#main {
	clear: both;
	text-align: center;
	}

#footer {
	margin: 0px auto;
	text-align: center;
	font-size: 70%;
	width: 1000px;
	background: white;
	}

#footer a {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	text-decoration: none;
	}

#page a {
	font-family: Myriad, "Myriad Pro", Palatino, 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	font-size: 150%;
	text-decoration: none;
	text-transform: uppercase;
	}

h2 {
	font-family: Myriad, "Myriad Pro", Palatino, 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	font-size: 150%;
	text-align: center;
	line-height: 1;
	padding: 0;
	margin: 0;
	}

.clear {
	clear: both;
}
