



body
{
	margin: 0 auto;
	padding: 0;
	background-color: #000000;
	
}

#art-main
{
	position: relative;
	width: 100%;
	height: 50px;
	left: 0;
	top: 0;
}


#container {
		position: relative;
        float: center;
	width: 650px;
	height: 450px;
}

#textcontainer {
color:#FFFFFF;
		position: relative;
        float: center;
	width: 520px;
}

#textcontainer a {
color:#FF0000;
text-decoration: none;
}

#textcontainer a:hover {
color:#FF0000;
text-decoration: underline;
}
