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

body{
	margin:0;
	background-image:url(http://www.stickershopunlimited.com/images/SSU/bg.jpg);
	background-position:center top;
	background-repeat:repeat-x;
	background-attachment:fixed;
	}
	
#headerwrap{
	width:100%;
	background-image:url(http://www.stickershopunlimited.com/images/SSU/header.png);
	background-position:center bottom;
	background-repeat:no-repeat;
	height: 200px;
	}
#header{
	width:800px;
	position:relative;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	}
#logo{
	width:200px;
	height:150px;
	background-position:center;
	background-repeat:no-repeat;
	position:absolute;
	left:15px;
	}
#topnav{
	width:650px;
	height:35px;
	position:absolute;
	left:75px;
	top:145px;
	}
#tinylinks{
	float:right;
	margin-top:5px;
	}
	
#blog{
	position:absolute;
	left:635px;
	top:80px;
	width:150px;
	height:55px;
	}
	
.blog:link, .blog:visited, .blog:active {
	text-indent:-999em;
	background-image:url(http://www.stickershopunlimited.com/images/SSU/blog.jpg);
	width:150px;
	height:55px;
	float:left;
	}
	
.blog:hover{
	background-image:url(http://www.stickershopunlimited.com/images/SSU/blog2.jpg);
	}


#midbg{
	background-image:url(http://www.stickershopunlimited.com/images/SSU/contentbg.png);
	background-position:center top;
	background-repeat:repeat-y;
	width:100%;
	height:auto;
	min-height:500px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom:30px;
}
.wrap{
	width:960px;
	margin-left:auto;
	margin-right:auto;
	padding-top:30px;

	}

#content{
	width:780px;
	float:right;
	height:auto;
	min-height:500px;

	}
	
#sidebar{
	width:160px;
float:left;
	height:auto;
	}

#footer{
	background-image:url(http://www.stickershopunlimited.com/images/SSU/footer.png);
	background-position:center top;
	background-repeat:no-repeat;
	width:100%;
	height:49px;
	margin-bottom:100px;
	}
.footerwrap{
	width:980px;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:20px;
	}
.left, .mid, .right{
	padding-top:35px;
	text-align:left;
	width:250px;
	float:left;
	}
.credits{
	width:200px;
float:right;
	padding-top:50px;
	text-align:right;
	}

	
.sidebarlinks{
	margin-bottom:20px;
	}
	
.sidebarlinks img{
	width:150px;
	}
	
iframw{
	overflow:visible;
}