/*-----------------------------------------------------------*/
/* File: splash.css
/* Project: Bad Influence Tattoo
/* Author: Matt Johnston
/* Created: 2009-12-09
/*-----------------------------------------------------------*/

/* reset styles ---------------------------------------------*/
body { font: normal 12px/14px 'Arial','Sans-Serif'; color: #FFFFFF; background: #000000 url('../images/splash-bg.jpg') center 0px no-repeat; }
body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dd, dt, p, form, div, pre, code, fieldset, legend, input, textarea, blockquote, th, td { margin: 0px; padding: 0px; }
* :focus { outline: 0; }
/*-----------------------------------------------------------*/

/* splash page ----------------------------------------------*/
.bit_choose_location {
	width: 380px;
	margin: 580px auto 0px auto;
	text-align: center;
	color: #E3D4B3;
	font: normal 18px/20px 'Arial','Sans-Serif';
}
.bit_choose_location .link {
	width: 180px;
	height: 37px;
	background: url('../images/splash-btns.gif') no-repeat;
	display: block;
	text-decoration: none;
	border: 0px;
}
.bit_choose_location a.fv {
	float: left;
}
.bit_choose_location a.fv:hover {
	background-position: 0px -37px;
}
.bit_choose_location a.fl {
	background-position: -180px 0px;
	float: right;
}
.bit_choose_location a.fl:hover {
	background-position: -180px -37px;
}

/*-----------------------------------------------------------*/