@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #efefef;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #999999;
}
a:active {
	text-decoration: none;
	color: #999999;
}
#grim_arts {
	height: 400px;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../the_grim_arts_graphic_web_design.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-attachment: scroll;
	padding-top: 200px;
}
#emails {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	font-family: "Myriad Pro";
	font-size: 16px;
	color: #000;
}
#emails #email_website {
	height: 25px;
	width: 250px;
	float: left;
	text-align: center;
}
#emails #email_graphic {
	height: 25px;
	width: 250px;
	float: left;
	text-align: center;
}
