/* CSS Document */

body{
height: 100%;
margin: 0;
padding: 0;
border: 0;
background-image: url(images/pop-art_bg.gif);
background-repeat: repeat-x;

}

a:focus, a:hover, a:active { outline:none }

a.close {
     display: block;
     width: 74px;
     height: 17px;
     background-image: url(images/pop-art_close_off.gif);
     background-repeat: no-repeat;
     }
	 
a.close:hover {
     background-image: url(images/pop-art_close_over.gif);
     }
     
a.previous {
     display: block;
     width: 105px;
     height: 17px;
     background-image: url(images/pop-art_prev_off.gif);
     background-repeat: no-repeat;
     }
	 
a.previous:hover {
     background-image: url(images/pop-art_prev_over.gif);
     }
     
a.next {
     display: block;
     width: 74px;
     height: 17px;
     background-image: url(images/pop-art_next_off.gif);
     background-repeat: no-repeat;
     }
	 
a.next:hover {
     background-image: url(images/pop-art_next_over.gif);
     }

#pop-art-nav_artistname{
	width:70px;
	position:absolute;
	left: 0px;
	top: 14px;
}
#pop-art-nav_close_right{
	width:70px;
	position:absolute;
	right: 20px;
	top: 17px;
	vertical-align: bottom;
}
#pop-art-nav_info{
	width:90%;
	position:absolute;
	left: 20px;
	top: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	
}

#pop-art_content{
	width:90%;
	left: 20px;
	top: 100px;
	position:absolute;
	background:#fff;
	height: 390px;
}

#pop-art_footer_prev{
	width:200px;
	left: 175px;
	height: 17px;
	position:absolute;
	bottom:30px;
}
#pop-art_footer_space{
	width:10px;
	left: 279px;
	height: 17px;
	position:absolute;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #666;
	vertical-align: bottom;
	bottom:30px;
}
#pop-art_footer_next{
	width:200px;
	left: 281px;
	height: 17px;
	position:absolute;
	bottom:30px;
}
