body, div, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, img, form, fieldset, blockquote {
border:0 none;
margin:0;
padding:0;
}

/** End Reset **/
html{
	background: #000 url(assets/bg.jpg) no-repeat top center;
}

body{
	min-width: 1000px;
}

#wrapper{
}

#logo{
	height: 302px;
	width: 469px;
	background-image:url(assets/logo.png);
	background-repeat:no-repeat;
	background-position:right;
	margin: 0 auto;
}

#info{
	font-family:Arial, Helvetica, sans-serif;
	color: #fff;
	text-align: center;
	font-size:18px;
	text-shadow: #000 0px 0px 10px;
	text-decoration:none;
}

#info a:link{
	color:#fff;
	text-decoration:none;
}

#info a:hover{
	text-decoration:underline;
}

#info a:visited{
	color:#fff;
	text-decoration:none;
}

#info a:hover:visited{
	color:#FFF;
	text-decoration:underline;
}

#info img{
	padding: 10px;
}

#brands{
	text-align:center;
	width: 100%px;
	margin: 0 auto;
}

#footer{
	min-height: 50px;
}
