/*
http://www.opedro.com
Style sheet version 1.0
Author: Pedro Garcia
*/
@font-face { font-family: bright-noise; src: url('fonts/Bringthanoize.ttf'); } 
@font-face { font-family: birth-hero; src: url('fonts/BIRTH-OF-A-HERO.ttf'); } 

body {
	background: #959796 url('../images/wood-repeat.jpg');
	-webkit-transform: rotate(-5deg);
	-moz-transform: rotate(-5deg);

}
a {
	color:#000;
	text-decoration:none;
}
a:hover {
	color:#7a5aa6;
}
.background {
	background:#fff;
	margin:15px auto;
	width:800px;
	
}
#main {
	background:url("../images/background.jpg") no-repeat transparent;
	padding:0px;
	text-align:left;
	height:800px;
	
}
.wrapper {
	background:#fff;
	border: 13px gray solid;
	width:800px;
	padding:20px;
	box-shadow: 0px 2px 15px #333;
}
#logo {
	margin-top:0px;
}
#col1 img {
	margin-top:1px;
}
#addresses {
	margin-top:8px;
	margin-left:430px;
}
.city {
	width:253px;
	font-size:15px;
	margin-bottom:10px;
}
.city-name {
	font-family: bright-noise;
	font-size:19px;
	font-weight:bold;
}
.clear {
	clear:both;
}
.postage {
	font-family: bright-noise;
	display:none;
	color:#7a5aa6;
	margin-top:10px;
	margin-left:10px;
	font-size:16px;
}
.description {
	position:relative;
	bottom:0px;
	color:transparent;
}
