@charset "utf-8";
/* CSS Document */
* {
	padding:0;
	margin:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

html {
	height:100%;
}
body {
	height:100%;
	background-color:#232629;
	background-image:url(../img/choice-pagebg.jpg);
	background-repeat:repeat-x;
	background-position:center;
}
a {
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	color:#ce0e0e;
	font-weight:bold;
	text-decoration:none;
}
#container {
	width:955px;
	height:443px;
	top:50%;
	left:50%;
	margin-top:-221px;
	margin-left:-477px;
	position:absolute;
	background-image:url(../img/choice-bg.jpg);
	background-repeat:no-repeat;
}
#tuning {
	top:143px;
	left:153px;
	width:133px;
	height:60px;
	position:absolute;
	line-height:30px;
}
#garage {
	top:143px;
	left:510px;
	width:133px;
	height:60px;
	position:absolute;
	line-height:30px;
}
#racing {
	top:324px;
	left:322px;
	width:133px;
	height:60px;
	position:absolute;
	line-height:30px;
}
