@font-face {
	font-family: MyQuicksandRegular;
    src: url(../fonts/quicksand-regular-webfont.eot);
    src: url(../fonts/quicksand-regular-webfont.eot?#iefix) format('embedded-opentype'),
         url(../fonts/quicksand-regular-webfont.woff) format('woff'),
         url(../fonts/quicksand-regular-webfont.ttf) format('truetype'),
         url(../fonts/quicksand-regular-webfont.svg#MyQuicksandRegular) format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: MyQuicksandBold;
    src: url(../fonts/quicksand-bold-webfont.eot);
    src: url(../fonts/quicksand-bold-webfont.eot?#iefix) format('embedded-opentype'),
         url(../fonts/quicksand-bold-webfont.woff) format('woff'),
         url(../fonts/quicksand-bold-webfont.ttf) format('truetype'),
         url(../fonts/quicksand-bold-webfont.svg#MyQuicksandBold) format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: MyBadaboom;
    src: url(../fonts/badabb__-webfont.eot);
    src: url(../fonts/badabb__-webfont.eot?#iefix) format('embedded-opentype'),
         url(../fonts/badabb__-webfont.woff) format('woff'),
         url(../fonts/badabb__-webfont.ttf) format('truetype'),
         url(../fonts/badabb__-webfont.svg#MyBadaboom) format('svg');
    font-weight: normal;
    font-style: normal;
}

body{
	background-image: url(../images/dots.png);
}

nav {
	position: absolute;
	top:400px;
	z-index:100;
}

nav a {
	font-family: MyBadaBoom;
	font-size: 36px;
	text-decoration: none;
	color: #fed500;
	letter-spacing: 2px;
	height: 60px;
	width: 243px;
	background-color: #000;
	float: left;
	text-align: center;
	line-height: 60px;
}

nav a:hover{
	color: #fff;
}

ul{
	margin-top: 460px;
}

ul a{
	font-family: MyQuicksandBold;
	font-size: 24px;
	color: #000;
	text-decoration: none;
}

li{
	margin-bottom: 30px;
}

li:hover a{
	color: #fff;
}

#top{
	height: 1px;
	width: 500px;
	background-color: rgba(0,0,0,.0);
}

#quote{
	font-family: MyQuicksandRegular;
	font-size: 60px;
	text-align: center;
	float:left;
	margin-left: 157px;
	margin-top: 662px;
}

#quotesource{
	margin-top: 45px;
	font-size: 36px;
	text-align: right;
}


#background{ 
	width: 100%;
	height: 4860px;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(../images/background.jpg);
}

#about{
	height: 1px;
	width: 640px;
	background-color: rgba(0,0,0,.0);
	clear: both;
	margin-top: 380px;
	float: left;
}

#abouttext{
	font-family: MyQuicksandBold;
	font-size: 18px;
	line-height: 24px;
}

#firstabout{
	margin-top: 100px;
	clear: both;
	float: left;
	width: 306px;
	margin-bottom: 490px;
}

#secondabout{
	width: 306px;
	float: left;
	margin-left: 30px;
}

#gallery{
	height: 1px;
	width: 300px;
	background-color: rgba(0,0,0,.0);
	clear: both;
	float: left;
	margin-bottom: 87px;
}

#gallerysliderholder{
	position:relative;
	clear: both;
}

#galleryslider{
	width:978px;
	height:655px; 
	overflow:hidden;
}

#slider{
	position:relative;
	width:999999px;
	height:100%;
}


#slider img{
	display:block;
	float:left;
}

#sliderNextButton, #sliderPrevButton{
	position:absolute;
	display:block;
	width:36px;
	height:54px;
}

#sliderNextButton{
	background:url(../images/rightarrow.png) center center;
	right:609px;
	top:-79px;
}

#sliderPrevButton{
	background:url(../images/leftarrow.png) center center;
	left:267px;
	top:-79px;
}

#artists{
	height: 1px;
	width: 300px;
	background-color: rgba(0,0,0,.0);
	margin-top: 384px;
	clear: both;
}

#artistimages{
	margin-top: 111px;
}

#artistimages a{
	text-decoration: none;
	color: #000;
	font-family: MyQuicksandBold;
	font-size: 36px;
}

#warhol{
	background-image: url(../images/warhol.jpg);
	width: 489px;
	height: 358px;
}

#warhol p{
	margin-top: 230px;
	margin-left: 45px;
}

#lichtenstein{
	background-image: url(../images/lichtenstein.jpg);
	width: 409px;
	height: 358px;
}

#lichtenstein p{
	margin-top: 253px;
	margin-left: 66px;
}

#johns{
	background-image: url(../images/jasperjohns.jpg);
	width: 445px;
	height: 362px;
	margin-top: 27px;
}

#johns p{
	margin-top: 270px;
	margin-left: 147px;
}

#oldenburg{
	background-image: url(../images/oldenburg.jpg);
	width: 458px;
	height: 362px;
	margin-top: 27px;
}

#oldenburg p{
	margin-top: 233px;
	margin-left: 45px;
}

.clear{
	clear: both;
}

.comicimage{
	display: block;
	margin-left: 27px;
	float: left;
	background-position: top;
}

.comicimage:hover{
	background-position: bottom;
}

.comicimage p{
	display: none;
}

.comicimage:hover p{
	display: block;
}
	

.split{
	height: 60px;
	width: 2px;
	background-color: #fff;
	float: left;
}

.container{
	width: 978px;
	margin-left: auto;
	margin-right: auto;
}

.fixedNav{
	position:fixed;
	top:0px;
}