/*-----------------------------------------------------------------------------
iBytes Screen Stylesheet

author:    iBytes - Chiel Gorseling
email:     info@iBytes.nl

website:   http://www.ibytes.nl/design

-----------------------------------------------------------------------------*/

/* Import stylesheets
-----------------------------------------------------------------------------*/

/* Basic elements
-----------------------------------------------------------------------------*/
*				{margin:0;padding:0;}
a				{color:#000;text-decoration:none;}
a:hover			{color:#787878;}
.left			{float:left;}
.right			{float:right;}
.clear			{clear:both;}
img,
fieldset,
button			{border:0;}

/* Base
-----------------------------------------------------------------------------*/
html, body 
	{
	background:url(../images/bg_1px.png) repeat-x;
	font:12px Verdana, Arial, Helvetica, sans-serif;
	width:100%;
	height:100%;
	color: #000;	
	text-align:center;
	overflow:auto;
}
#wrapper
	{
	margin:40px auto;
	width:400px;
}
#wrapper h1
	{
	background:url(../images/barcode.png) no-repeat;
	margin-bottom:40px;
	width:400px;
	height:190px;
}
#wrapper h1 span
	{
	display:none
}
#wrapper h2
	{
	margin-left:40px;
	font-size:14px;
	text-align:left;
}
#wrapper #adres
	{
	margin-left:40px;
	text-align:left;
}
#wrapper h3
	{
	margin:30px auto 0 auto;
	font-size:12px;
}