@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family:Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", sans-serif;
	font-size: 18px;
	color: rgba(0,0,0,1);
	margin-top: 100px;
}
body {
	background-color: rgba(251,237,0,1);
	background-image:url(img/bkgd.gif);
	background-repeat:repeat;
}
a:link {
	color: rgba(248,3,7,1);
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: rgba(67,245,4,1);
}
a:hover {
	text-decoration: underline;
	color: rgba(249,2,234,1);
}
a:active {
	text-decoration: none;
	color: rgba(251,116,2,1);
}

.content { display:table-cell; vertical-align:middle; position:relative; width: 800px; height: 400px;  padding: 10px;  }

#contenthome 		{ background-color:	rgba(255,0,0,0.45);  margin-top: 50px;}

#contentart 		{ background-color:	rgba(255,255,0,0.45);  margin-top: 50px;}

#contentphotos 		{ background-color:	rgba(255,0,255,0.45);  margin-top: 50px;}

#contentvideos 		{ background-color:	rgba(0,255,0,0.45);  margin-top: 50px;}

#contentcontact 	{ background-color:	rgba(0,0,255,0.45);  margin-top: 50px;}