﻿.buttonBox {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000000;
	position: relative;
	width: 650px;
	height: 20px;
	color: #FFFFFF;
	font-size: large;
}
.smallBox1 {
	position: relative;
	width: 200px;
	height: 220px;
	background-color: #808000;
	z-index: 1;
}
.smallArtText {
	position: relative;
	width: 200px;
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	z-index: 0;
}
.smallArtBox {
	background-color: #FFFF00;
	position: relative;
	width: 200px;
	height: 200px;
	z-index: 0;
	top: auto;
}
