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

body{
	background: url(images/bg.gif) repeat;
}

#wrapper{
	margin: 0 auto 0 auto;
	width: 1043px;
}

a{
	text-decoration: none;
	color: #c32828;
}

a:hover{
	color: #3eb4f2;
}

a img{
	border: 0;
}

p{
	font-size: 11px;
	padding: 0;
	margin: 0;
	text-align: center;
}

table{
	background: url(images/splash-bg.jpg) top left no-repeat;
	height: 686px;
	width: 1043px;
}

#blog a{
	background: url(images/splash-blog.jpg) top left no-repeat;
	display: block;
	height: 100px;
	text-indent: -9999px;
	width: 120px;
}

#blog a:hover{
	background: url(images/splash-blog.jpg) bottom left no-repeat;
}

#store a{
	background: url(images/splash-store.jpg) top left no-repeat;
	display: block;
	height: 100px;
	text-indent: -9999px;
	width: 135px;
}

#store a:hover{
	background: url(images/splash-store.jpg) bottom left no-repeat;
}

#gallery a{
	background: url(images/splash-gallery.jpg) top left no-repeat;
	display: block;
	height: 90px;
	text-indent: -9999px;
	width: 176px;
}

#gallery a:hover{
	background: url(images/splash-gallery.jpg) bottom left no-repeat;
}

#contact a{
	background: url(images/splash-contact.jpg) top left no-repeat;
	display: block;
	height: 85px;
	text-indent: -9999px;
	width: 134px;
}

#contact a:hover{
	background: url(images/splash-contact.jpg) bottom left no-repeat;
}