html,body {
	width: 100%;
	height: 100%;
}

body {
	margin-top: 0px;
	margin-left: 0px;
	margin-top:0px;
	margin-bottom:0px;
	background-color: black;
	background-image: url('images/space.png');
	background-repeat: repeat;
}

#wrapper {
	border: none;
	height: 100%;
	padding: 0px;
}
 
#header {
	width: 800px;
	left: 90px;
	border: none;
	background-color: none;
	background-image: url('images/header.png');
	background-repeat: no-repeat;
	position: relative;
	z-index: 1;
}

#portfolio {
	width: 200px;
	height: 200px;
	top: 222px;
	left: 100px;
	background-color: black;
	border: 2px solid white;
	color: white;
	font-family: sans-serif;
	font-size: 1em;
	position: absolute;
	z-index: 1;
}

#blog2 {
	width: 196px;
	height: 200px;
	top: 222px;
	left: 315px;
	background-color: none;
	color: white;
	font-family: sans-serif;
	font-size: 1em;
	position: absolute;
	z-index: 1;
}

#comic2 {
	width: 196px;
	height: 200px;
	top: 222px;
	left: 530px;
	background-color: none;
	color: white;
	font-family: sans-serif;
	font-size: 1em;
	position: absolute;
	z-index: 1;
}

#note {
	width: 200px;
	height: 432px;
	top: 222px;
	left: 745px;
	border: 2px solid white;
	background-color: black;
	color: white;
	font-family: sans-serif;
	font-size: 1em;
	position: absolute;
	z-index: 1;
}

#twitter2 {
	width: 196px;
	height: 432px;
	top: 454px;
	left: 100px;
	background-color: none;
	color: white;
	font-family: sans-serif;
	font-size: 1em;
	position: absolute;
	z-index: 1;
}

#flickr {
	width: 200px;
	height: 200px;
	top: 454px;
	left: 315px;
	background-color: black;
	border: 2px solid white;
	color: white;
	font-family: sans-serif;
	font-size: 1em;
	position: absolute;
	z-index: 1;
}

#cooking2 {
	width: 196px;
	height: 200px;
	top: 454px;
	left: 530px;
	background-color: none;
	color: white;
	font-family: sans-serif;
	font-size: 1em;
	position: absolute;
	z-index: 1;
}

#delicious2 {
	width: 196px;
	height: 200px;
	top: 686px;
	left: 315px;
	background-color: none;
	color: white;
	font-family: sans-serif;
	font-size: 1em;
	position: absolute;
	z-index: 1;
}

#currently {
	width: 416px;
	height: 200px;
	top: 686px;
	left: 530px;
	background-color: black;
	border: 2px solid white;
	color: white;
	font-family: sans-serif;
	font-size: 1em;
	position: absolute;
	z-index: 1;
}

#footer {
	width: 800px;
	top: 891px;
	left: 100px;
	padding: 5px;
	background-color: none;
	color: #996699;
	font-family: sans-serif;
	font-size: 1em;
	position: absolute;
	z-index: 1;
}

#menu01 {
	width: 100%;
	background-color: none;
	height: 44 px;
	top: 200px;
	left: 100px;
	position: absolute;
	z-index: 2;
}

#menu02 {
	width: 100%;
	background-color: none;
	height: 44 px;
	top: 432px;
	left: 100px;
	position: absolute;
	z-index: 2;
}

#menu03 {
	width: 100%;
	background-color: none;
	height: 44 px;
	top: 664px;
	left: 100px;
	position: absolute;
	z-index: 2;
}
