@charset "utf-8";
/* CSS Document */
body {
    font-family: arial;
    font-size: 11px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
	background-color:#fafafa;
}
.imgcontainer {
	height: 600px;
	margin-bottom: 20px;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 20px;
	position: relative;
	width: 600px;
	border: 1px solid #CCCCCC;
	background-color:#fff;
}
.img1{
position:absolute;
border-radius:600px
}
.img2{
position:absolute;
opacity:0.9;
filter:alpha(opacity=90); /* For IE8 and earlier */
}
.img3{
position:absolute;
opacity:0.9;
filter:alpha(opacity=90); /* For IE8 and earlier */
}
.top{
top:0;
}
.middle{
top:0;
bottom:0;
margin:auto;
}
.bottom{
bottom:0;
}
.left{
left:0;
}
.center{
 left:0;
        right:0;
        margin-left:auto;
        margin-right:auto;

}
.right{
right:0;
}
.info {
    clear: both;
    float: right;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    right: 0;
    top: 0;
    width: 250px;
}
.figuration {
    height: 150px;
    width: 180px;
}
.naturalistic{
	background-image: url(img/realism-manet.jpg);
background-repeat: no-repeat;
background-position: center;
background-width: 100%;
background-height: 100%;

}
.abstract {
	background-image: url(img/abstract-Chuck_Close_2.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-width: 100%;
	background-height: 100%;
}
.nonfigurative {
	background-image: url(img/nonfigurative-post-abstraction.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-width: 100%;
	background-height: 100%;
}
.nonrepresentational {
	background-image: url(img/minimalism-blinky-palermo2.jpg);
background-repeat: no-repeat;
background-position: center;
background-width: 100%;
background-height: 100%;

}
.colorframe{
	width:100%;
	height:30px;
}