@charset "utf-8";
/* CSS Layout */

html, body {
	height:100%;
	margin:0px;
	background-color:#161616;
}


div {
	border:0px solid white;
}


#Page {
	width:893px;
	height:618px;
	position:absolute;
	left:50%;
	margin-left:-447px;
}

#Left {
	width:334px;
	height:617px;
	position:absolute;
	left:0px;
	background-image:url(../images/left-gallerywall.jpg);
	background-position:bottom;
}


#Right {
	width:559px;
	height:617px;
	position:absolute;
	right:0px;
}


#Right .Header {
	width:559px;
	height:60px;
	background-image:url(../images/body-top.jpg);
}

#Right .Header .Menu {
	padding-top:28px;
	padding-left:40px;
}


#Right .Body {
	width:559px;
	height:443px;
	background-image:url(../images/body-content.jpg);
}

#Right .Body .Content {
	width:400px;
	height:360px;
	padding-top:26px;
	margin-left:44px;
}


#Right .Footer {
	width:559px;
	height:114px;
	background-image:url(../images/body-foot.jpg);
}

#Right .Footer .Menu {
	padding-top:18px;
	padding-left:416px;
}


td.Index {
	width:39px;
	background-image:url(../images/gallery-navi_index.gif);
}
td.Nex {
	width:39px;
	height:20px;
	background-image:url(../images/gallery-navi_nex.gif);
}
td.Prev {
	width:39px;
	height:20px;
	background-image:url(../images/gallery-navi_prev.gif);
}

