/*
	Nice Print style sheet

    Table of Contents:
		layout
		typography
		forms

*/

/* layout
----------------------------------------------- */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
margin:0;
padding:0;
}

ol,ul {
list-style:none;
}

caption,th {
text-align:left;
}

body {
font-family: Arial, Helvetica, sans-serif; 
font-size: 62.5%; 
margin:0;
padding:0;
background: #000 url('images/niceprint_pattern.gif') 0 0;
}

a {
text-decoration: underline;
color: #fff;
}

a:hover {
text-decoration: none;
}

img {
border: 0;
}

.hide, hr {
visibility: hidden; 
display: none;
}

.clearboth {
clear: both;
}

/* <br class="clearboth" /> */

#wrapper {
width: 780px;
height: 600px;
background: url('images/bg.jpg') no-repeat 0 0;
margin: 0 auto;
padding: 0 0 0 0;
border: 1px solid #333333;
text-align: center;
}


p {
color: #fff;
font-size: 1.3em;
line-height: 1.6em;
text-align: center;
}

table {
width:100%;
height:100%;
}

td {
vertical-align:middle;
text-align:center;
}


