/* CARNUM - Styrian Dry Gin */

body {
	

	background-image: url("background.png");
	background-size: 50px auto;
	background-repeat: repeat-x-y;
	
	
	
	font-size:9pt; 
	color:Black; 
	font-family:verdana; 
	margin-top:0; 
	text-align:center; 
	background-attachment:fixed  

}

#main {

	position: absolute;
   /*top: 50%;*/
   left: 50%;
   margin-top: 100px;
   /*margin-bottom: 100px;*/
   margin-left: -375px;
   width: 750px;
   /*height: 650px;*/
   
   /*background: rgba(100, 0, 150, 0.85);*/
   

}


#main_box {

	/*position: absolute;*/
   /*top: 50%;*/
   /*left: 50%;*/
   /*margin-top: 100px;*/
   /*margin-bottom: 100px;*/
   /*margin-left: -375px;*/
   /*width: 750px;*/
   /*height: 650px;*/
   
   background: rgba(255, 255, 255, 0.85);
   
   border-width: 2px;
	border-style: dotted;
	border-color: black;

}


#header_pic {

	background-image: url("CARNUM.png");
	background-size: 100% auto;
	
	position: relative;
	top: 50px;
	left: 225px;

	
	width: 300px;
   height: 135px;

}

#footer_pic {

	background-image: url("CARNUM_footer.png");
	background-size: 100% auto;
	
	/*position: relative;
	top: 50px;
	left: 225px;*/
	
	margin: 0 auto;

	
	width: 200px;
   	height: 80px;


}

#text_pic {

	background-image: url("CARNUM_text.png");
	background-size: 100% auto;
	
	/*position: relative;
	top: 50px;
	left: 225px;*/
	
	margin: 0 auto;

	
	width: 700px;
   height: 450px;


}

#content_main {

 	/*position: absolute;
   top: 50%;*/
	margin-top: 50px;
   /*height: 100px;*/
   width: 100%;
   
   font-size: 10pt;
   
   /*background: rgba(0, 255, 255, 0.85);*/
}


#footer {
    /*position: absolute;
    bottom: 0;*/
    width: 100%;
    font-size: 8pt;
	height: 100px;
    /*background: rgba(0, 0, 100, 0.85);*/
}

#center {
    width: 700px;
    margin: 0 auto;
}

#empty {
	position: relative;
   width: 100%; 
   height: 100px;  
 	/*background: rgba(0, 0, 255, 0.85);*/
}

div.clear {
	clear: both;
	height: 0px;
	margin: 0px;
	padding: 0px;
	font-size: 0px;
}



