* {
    padding: 0;
    margin: 0;
} 

body {
	font-family: Comic Sans MS;
	color: #F00;
	background-color: #333;
	text-align: center;
}

#wrap {
	margin: 1em auto 0 auto;
	width: 68em;
	height: 42em;
	overflow: auto;
	background-color: #000;
	border: 0.1em solid #666;
}

.img1 {
	height: 15em;
	width: 25em;
}

.img2 {
	height: 10em;
	width: 16em;
}

.img3 {
	height: 22.5em;
	width: 37.5em;
}

.img4 {
	height: 7.5em;
	width: 12em;
}

#header {
	height: 3em;
	width: 100%;
	text-align: center;
	background-color: #333;
	font-size: 2em;
}

#menu {
	height: 41.8em;
	width: 53.8em;
	background-color: #000;
	text-align: center;
	color: #F00;
	float: left;
}

#menu-frame {
	font-size: inherit;
	width: 53.8em;
	background-color: #066;
	text-align: center;
	color: #F00;
	min-height: 34em;
}

a.menu:link {
	color:#F00;
	text-decoration: none;
}
a.menu:visited {
	color:#F00;
	text-decoration: none;
}
a.menu:hover {
	color: #CCC;
	text-decoration: none;
}
a.menu:active {
	color:#F00;
	text-decoration: none;
}

#left {
	height:42em;
	width: 14em;
	background-color:#000;
	float: left;
	border-right: 0.1em solid #666;
	text-align: center;
}

#slide {
	background-color:#333;
	height: 38em;
	width: 78em;
	float: left;
}