* {
	padding:0;
	margin:0;
	font-family:Helvetica,sans-serif;
}

header,nav,section,footer,article {
	display:block;
}

body {
	background:#efe6d4 url(../img/structure/background.png) fixed;
}

#container {
	width:900px;
	height:600px;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-300px;
	margin-left:-450px;
}

img {
	border:none;
}

img.rollover {
	cursor:pointer;
}

img#name {
	float:left;
	margin-bottom:20px;
	margin-left:-5px;
}

img#tag {
	float:right;
	margin-top:15px;
}

img#left {
	float:left;
	margin-left:-50px;
	margin-top:-20px;
	cursor:pointer;
}

img#right {
	float:right;
	margin-right:-53px;
	margin-top:-20px;
	cursor:pointer;
}

#gallery,#left,#right {
	display:none;
}

#top {
	clear:both;
	background:url(../img/structure/bar.png);
	width:900px;
	height:11px;
}

section {
	background:#fdf9f3 url(../img/structure/section.png) repeat-y;
	padding:40px 0;
	width:900px;
	border-bottom:2px solid #d8cdb8;
}

footer {
	color:#d8cdb8;
	font-size:10px;
	margin-top:10px;
	text-align:right;
}

footer a,footer a:active,footer a:visited {
	color:#d8cdb8;
	text-decoration:none;
}

footer a:hover {
	color:#603d1c;
}

#icons {
	float:left;
	margin-top:-5px;
}