/*Artwork.css*/

#content
{
	width: 100%;
	height: 100%;
	background-color: #333;
	padding: 15px;
}

#wrapper
{
	background-color: black;
	padding: 30px;
}

#home_text
{
	background-color: black;
	color: white;
	padding: 20px;
	text-align: justified;
}

#home_splash_image
{
	width: 100%;
	text-align: center;
	background-color: black;
}

#home_last_modified
{
	text-align: right;
	color: #666;
	padding: 10px;
}

#home_title
{
	background-color: black;
	color: white;
	font-size: 14pt;
	padding: 20px;
	text-align: center;
}
