@charset "utf-8";
/* CSS Document */
body, html{
	background: #000 url(../images/bg-body.jpg) center center repeat-x;
	height: 100%;
	overflow: hidden;
}
table#container{
	height: 100%;
	margin: 0 auto;
	width: 100%;
}
table#container tr td{
	text-align: center;
}
a#logoGav{
	background-image: url(../images/logo-gavin.png);
	background-position: right top;
	display: block;
	height: 62px;
	margin: 0 auto;
	width: 144px;
}
p{
	margin: 0 0 10px 0;
}
a:hover#logoGav{
	background-image: url(../images/logo-gavin.png);
	background-position: center bottom;
}
.myriad{
	color: #FFF;
	display: block;
}
.text15{
	font-size: 15px;
}
.marginTop30{
	margin-top: 30px;
}
a span{
	display: none;
}
div#logos{
	margin: 20px auto 0 auto;
	text-align: center;
	width: 205px;
}
div#logos a{
	float: left;
}
a#deviantArt{
	background-image: url(../images/logo-deviantart.png);
	background-position: left top;
	background-repeat: no-repeat;
	display: block;
	height: 20px;
	width: 105px;
}
a:hover#deviantArt{
	background-position: left bottom;
}
a#twitter{
	background-image: url(../images/logo-twitter.png);
	background-position: left top;
	background-repeat: no-repeat;
	display: block;
	height: 17px;
	margin: 3px 0 0 20px;
	width: 71px;
}
a:hover#twitter{
	background-position: left bottom;
}