@charset "UTF-8";
/* CSS Document */

@charset "UTF-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*-------start page or template--------*/
html
{
height: 100%;
}

body
{
	line-height: 1;
	height: 100%;
	background-image:url(../images/funky_glasses/contactpage.jpg);
	background-repeat:no-repeat;
	font-family: Arial, Verdana, Geneva, "Lucida Sans";
	font-size: 16px;
	font-size: 100%; 
}
div#wrapper
{
min-height:100%;
position:absolute;
height: auto !important;
height: 100%;
width: 100%;
z-index: 1;

}
div#main
{
	position: relative;
	width: 1000px;
	margin: 0 auto;
	height: auto;
	}
	
img#contact_bg
{
position: absolute;
z-index: 1;
}
	
div#contact_text
{
	z-index: 999;
	padding: 0;
	position: absolute;
	left: 11px;
	top: 74px;
	width: 220px;
	height: 100px;
}
div#contact_text p
{
	margin: 0;
	padding: 0;
	line-height: 1.4;
	}
