/* reset styles 
--------------------------------------------- */
html { font-size: 62.5%; }
body { padding: 0; margin: 0; border: 0; }	
div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, 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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video,
label {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	-webkit-text-size-adjust:none;
}
li label, li p, li li, dd p, dd li, dd label {}
body {}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul { list-style: none; }
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
::selection { background: rgb(255,255,158); }
::-moz-selection  { background: rgb(255,255,158); }
img::selection { background: transparent; }
img::-moz-selection {background: transparent; }
cite { font-style: italic; }
strong { font-weight: bold; }
/* @end Reset */

body { background-image:url(img/bk_body.jpg); 
background-repeat:repeat;
padding-bottom:0;
padding-left:0;
padding-right:0;
padding-top:0;
font-family:verdana, Helvetica, sans-serif;
font-size:14px;
font-style:normal;
line-height:20px;
}

p {
	color:#FFF;
}

a:link, a:visited { color: #CCC; }
a:hover, a:active { color: #6C6; }

.logo {
	text-align:center;
	display:block
}

#address p{
	font-weight:bold;
	font-size:10px;
	color:#999;
	padding-top:30px;
	}
	
#content {
text-align:center;
padding-top:80px;
}