body {
	background-image: url('img/bg_snow.jpg');
	background-position: top;
	background-repeat: repeat-x;
	background-color: black;
	
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 10px;
	color: #000;
	margin: 35px 35px 35px 35px; 
	padding:0px;
}

a:link,a:visited,a:hover { color: #000; text-decoration: none; }
a:hover { text-decoration: underline; }
a:active { color: #000; text-decoration: underline; }

table, table table {
	font-family: inherit;
	font-size: inherit;
	color: inherit;
}

h1 { 
	font-size: 3.0em; 
}
h2 { 
	font-size: 1.5em; 
}
h3 { 
	font-size: 1.2em; 
}

h4 { 
	font-size: 0.9em; 
}

h5 { 
	font-size: 1.3em;
	display: inline; 
}

h6 { 
	font-size: 0.9em;
	display: inline;
	float: right;
}

h1,h2,h3,h4,h5,h6 { 
	padding: 0px;
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-weight: normal;
}

#wrapper {
	width: 302px;
	height: auto;
	margin: auto;
	text-align:left;
}

#inline {
	display: inline;
}


div.faq {
     padding: 10px 10px;
     background-color: #fff;
     border: 1px solid black;
     /* for IE */
     filter:alpha(opacity=60);
     /* CSS3 standard */
     opacity:0.6;
}

#error {	
	width: 300px;
	height: auto;
	padding: 10px;
	position: absolute; 
	top: 800px;
	left: center;
	color:#FFF;
	border: 2px dotted #808080;
}
