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

body {
	background-color:#999999;
	background:url(white-wood-background.jpg);
}

#wrapper {
	width:100%;
	max-width:900px;
	padding:30px;
	box-sizing:border-box;
	font-family: 'Roboto', sans-serif;
	margin: 0 auto;
	border:solid 1px #cccccc;
	background-color:#FFFFFF;
}
#header{
	text-align:center;
}
#header img{
	width:60%;
	height:auto;
}
#intro {
	font-size:16px;
	margin:20px 0;
}
#footer {
	font-size:12px;
	margin-top:20px;
	text-align:center;
}
.brand-box {
	font-size:14px;
	width:45%;
	border:solid 1px #dddddd;
	float:left;
	margin:5px;
	background-color:#999999;
	color:#FFFFFF;
}
.brand-box img {
	width:100%;
	height:auto;
	margin-bottom:10px;
}
.brand-box-txt {
	padding:10px;
}
.brand-box-txt a{
	text-decoration:none;
	color:#eeeeee;
}	
.brand-box-txt strong{
	font-size:16px;
}

@media screen and (max-width: 500px) {
#wrapper {
	margin-top:15px;
}
.brand-box {
width:100%;
}
#header img{
	width:100%;
	height:auto;
}
	
	
}