@charset "UTF-8";
#container {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
.left {
	float: left;
	background-image: url(images/twitter.png);
	height: 400px;
	width: 335px;
	background-repeat: no-repeat;
	padding-left: 15px;
	color: #EDEDED;
}
.right {
	float: right;
	width: 600px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}
img
{  border-style: none;
}
#header {
	color: #999;
}
#content {
}
#squirrels {
	position: absolute;
	left: 231px;
	top: 535px;
}
.info {
	font-size: 17px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-weight: bold;
	color: #666;
	line-height: 32px;
}
.brands {
	font-size: xx-large;
}
.alignLeft {
	float: left;
}
.alignRight {
	float: right;
}
