/* Universal Stylesheet - carsthevideogame.com */

body {
	font-size: 12px;
	font-family: 'Lucida Grande', Arial, Verdana, sans-serif;
	text-align: center;
	padding: 0;
	border: 0;
	margin: 0 0 60px 0;
	background: #000 url(/img/bg_main.jpg) repeat-x 0 0;
}

/* boxes */

.main {
	width: 780px;
	text-align: center;
	margin: 0px auto 50px auto;
}

.gameArt {
	margin: 0 0 10px 0;
}

.title {
	float: left;
}

.countries_bar {
	padding: 0;
	margin: 0 0 0 42px;
}

.countries {
	float: left;
	margin: 0 60px 0 60px;
}

.country {
	float: left;
	margin: 0 2px 0 2px;
}

.logos {
	width: 700px;
	margin: 0 auto 20px auto;
}

.esrb_privacy {
	width: 310px;
	margin: 0 auto 25px auto;
}

.footer {
	width: 780px;
	margin: 0 auto 0 auto;
}

/* text */

h1 {
	display: none;
	color: #FFF;
}

p {
	font-size: 11px;
	color: #FFF;
	line-height: 140%;
}

p.copy {
	font-size: 10px;
}

/* images */

img {
	border: 0;
}

img.title {
	float: left;
}

.esrb_privacy img {
	float: left;
	margin: 0 10px 0 10px;
}

/* links */

a {
	color: #FFF;
}

/* misc */

.clear:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}
.clear { display: inline-block; }
/* no ie mac \*/
* html .clear { height: 1%; }
.clear { display: block; }
/* */