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

/* -------------------------- RESET -------------------------------- */   


/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

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;
	top: 0;
	left: 0;
	bottom: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	text-decoration: none;
	overflow: visible;
	font-family: Arial;
	font-weight: normal;
}
html {
	overflow: auto;
}

body {
	line-height: 1;
	font-size: 62.5%;
}
ol, ul {
	/*list-style: none;*/
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

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

a:focus {
}

a {
	font-family: inherit;
	color: inherit;
}


a:hover {
	text-decoration: underline;
	color: inherit;
}


/* 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;
}


input, textarea { 
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
}

strong { font-weight: bold; }

/*
.opa_50 {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

*/

/* -------------------------- MAIN STRUCTURE -------------------------------- */  



body {
	background-image: url(background.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	margin: 0px auto;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #666666;
}

#content {
	display: block;
	width: 500px;
	height: auto;
	margin: 250px auto 50px auto;
}

#content p {
	font-size: 1.5em;
	padding: 25px 0px;
}

#content h1 {
	font-size: 2.5em;
	padding: 15px 0px;
}




#content #contact {
	display: block;
	width: 350px;
	height: 38px;
	background-color: #CCCCCC;
	padding: 6px 15px;
}
#content #contact p {
	display: block;
	position: relative;
	padding: 13px 10px 0px 0px;
	float: left;
	color: #333333;
}



#content #contact a,
#content #contact a:link,
#content #contact a:visited {
	display: block;
	position: relative;
	height: 25px;
	width: 150px;
	padding-top: 10px;
	background-image: url(button.png);
	background-repeat: repeat-x;
	border: 1px solid #999999;
	font-size: 1.5em;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	float: right;
}
#content #contact a:hover {
	border: 1px solid #FFFFFF;
	text-decoration: none;
}
