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

body, html{
	margin: 0px;
	padding: 0px;
	background-color:#d1d1d2 !important;
	background:url(images/background.png) center center no-repeat fixed;
	background-size:100% 100%;
	-moz-background-size: 100% 100%;
	width:100%;
	height:100%;
}
#page_title{
	position:relative;
	top:2%;
	float:left;
	left:50%;
	margin-left:-106px;	
	width:213px;
	height:126px;
	background:url(images/title.png);
	background-position:center;
	background-repeat:no-repeat;
}
#button_title{
	position:relative;
	margin-left:auto;
	margin-right:auto;
	margin-top:5%;
	width:500px;
	height:40px;
}

.b_label{
	background:none;
	margin-left:auto;
	margin-right:auto;
	width:339px;
	height:37px;
	background-color:#0FF;
}
	
#wrapper{
	width:100%;
	min-height:100%;
	position:relative;
}

#aligner{
	height:50%;
	width:1px;
	float:left;
	margin-bottom:-147px;
}
#center_div{
	margin-left:auto;
	margin-right:auto;
	clear:left;
	width:100%;
	height:295px;
	position:relative;
}
#menu_border{
	background:url(images/main_border.png);
	background-position:center;
	background-repeat:repeat-x;
	width:100%;
	height:32px;
	float:none;
	position:relative;
}
#menu_border.top{
	box-shadow:0px -6px 12px #666;
}
#menu_border.bottom{
	box-shadow:0px 6px 12px #666;
}
#menu_content{
	width:1025px;
	height:247px;
	float:none;
	position:relative;
	left:50%;
	margin-left:-510px;
	list-style:none;
}
.menu_performances{
	background:url(images/main_performances.jpg);
	background-repeat:no-repeat;
	background-position:0px 0px;
	height:247px;
	width:170px;
	position:relative;
	display:block;
	float:left;
}
.menu_drawings{
	background-image:url(images/main_drawings.jpg);
	background-repeat:no-repeat;
	background-position:0px 0px;
	height:247px;
	width:170px;
	position:relative;
	display:block;
	float:left;
}

.menu_paintings{
	background:url(images/main_paintings.jpg);
	background-repeat:no-repeat;
	background-position:0px 0px;
	height:247px;
	width:170px;
	position:relative;
	display:block;
	float:left;
}
.menu_sculptures{
	background:url(images/main_sculptures.jpg);
	background-repeat:no-repeat;
	background-position:0px 0px;
	height:247px;
	width:170px;
	position:relative;
	display:block;
	float:left;
}
.menu_concepts{
	background:url(images/main_concepts.jpg);
	background-repeat:no-repeat;
	background-position:0px 0px;
	height:247px;
	width:170px;
	position:relative;
	display:block;
	float:left;
}
.menu_catalogues{
	background:url(images/main_catalogues.jpg);
	background-repeat:no-repeat;
	background-position:0px 0px;
	height:247px;
	width:170px;
	position:relative;
	display:block;
	float:left;
}

.menu_performances:hover, .menu_drawings:hover, .menu_paintings:hover, .menu_sculptures:hover, .menu_concepts:hover, .menu_catalogues:hover {
	background-position:0 -247px;
}
	
#i_statement_button{
	background:url(images/statement_button.png);
	background-position:0px 0px;
	background-repeat:no-repeat;
	height:12px;
	width:145px;
	float:left;
	position:absolute;
	left:920px;
	top:-30px;
}
#i_biography_button{
	background:url(images/biography_button.png);
	background-position:0px 0px;
	background-repeat:no-repeat;
	height:12px;
	width:88px;
	float:left;
	position:absolute;
	left:1085px;
	top:-30px;
}
#i_contact_button{
	background:url(images/contact_button.png);
	background-position:0px 0px;
	background-repeat:no-repeat;
	height:12px;
	width:74px;
	float:left;
	position:absolute;
	left:1193px;
	top:-30px;
}
#i_statement_button:hover, #i_biography_button:hover, #i_contact_button:hover{
	background-position:0px -12px;
	cursor:pointer;
}
