html, body{
	padding: 0;
	margin:0;
}
div#wrapper{
	position: relative;
	margin: 0;
	padding: 0;
	height: 250px;
	width:250px;
	background-color: #b31814;
	cursor: pointer;	
}

img{
	position: absolute;
	outline: 0;
	border: 0;
	opacity: 0;
}
img#logo{
	position: absolute;
	top:5px;
	left:5px;
/*	width:40px;*/
	height: auto;
	opacity: 0;
}

img#biglogo{
	position:absolute;
	opacity: 1;
}
section#bars{
	position: absolute;
	display: block;
	height: 250px;
	width:250px;
	left:3.25px;
	top:0px;
}

section div{
	position: relative;
	display:block;
	float: left;
	width:23px;
	background-color: #b31814;
}

div#bar1{height: 90%; width: 25.5px}
div#bar2{height: 60%;}
div#bar3{height: 75%; width: 25.5px}
div#bar4{height: 60%;}
div#bar5{height: 85%;}
div#bar6{height: 90%; width: 25.5px}
div#bar7{height: 50%;}
div#bar8{height: 60%; width: 25.5px}
div#bar9{height: 50%;}
div#bar10{height: 90%; width: 25.5px}
