
/* 	Global Reset */
/**********************************************************/
html, body, div, span, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
em, img, small, strike, strong, sub, sup, dl, dt,
dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* IE hasLayout Trigger */
* html ul,
* html ol { /* for IE6 */
		overflow: visible;
		height: 1%;
}
ul li {	
	list-style-type: none;
}

/**********************************************************/

body {
	background-image:url(../images/bg.gif);
  background-repeat:repeat;
	text-align: center; /*IE*/	
	font-size: 62.5%; /*IE*/
	font-family: Verdana, Arial, sans-serif;
}

.teaser h1 {
	font-size: 8em;
	font-weight: bold;
	color: #FFFFFF;
	width: 900px;	
}

.teaser p {
	font-size: 1.1em;
}