/* @override http://localhost:8080/css/skin-pdf.css */

@page {
  size: A4 portrait;
	margin: 10%;
}

html, body {
	height: 100%;
	margin: 0;
	padding: 0;	
}

body {
  background: url(../images/base_pdf.jpg) no-repeat;
}

img#bg {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

#content {
	position:relative;
	z-index:1;
}

.red {
	color: #e80000;
}

.label {
	width: 230px;
	padding-right: 30px;
}

