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, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
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;
}

/* end reset */

html{
    min-height: 100%;
}
body {
    background: #84786f;
    color: #292929;
    font-family: Verdana;
    font-size: 80%;
}
strong {
    font-weight: bolder;
}

/* styles */

.rounded { border-radius: 11px; -webkit-border-radius: 11px; -moz-border-radius: 11px; -o-border-radius: 11px; -khtml-border-radius: 11px; }
.roundedtop { border-radius: 11px 11px 0 0; -webkit-border-top-left-radius:11px; -webkit-border-top-right-radius:11px; -moz-border-radius: 11px 11px 0 0; -o-border-radius: 11px 11px 0 0; -khtml-border-radius: 11px 11px 0 0; }
.roundedbottom { border-radius: 0 0 11px 11px; -webkit-border-bottom-left-radius:11px; -webkit-border-bottom-right-radius:11px; -moz-border-radius: 0 0 11px 11px; -o-border-radius: 0 0 11px 11px; -khtml-border-radius: 0 0 11px 11px; }
.roundedright { border-radius: 0 11px 11px 0; -webkit-border-top-right-radius:11px; -webkit-border-bottom-right-radius:11px; -moz-border-radius: 0 11px 11px 0; -o-border-radius: 0 11px 11px 0; -khtml-border-radius: 0 11px 11px 0; }
.roundedleft { border-radius: 11px 0 0 11px; -webkit-border-top-left-radius:11px; -webkit-border-bottom-left-radius:11px; -moz-border-radius: 11px 0 0 11px; -o-border-radius: 11px 0 0 11px; -khtml-border-radius: 11px 0 0 11px; }
.roundedtopleft { border-radius:11px 0 0; -webkit-border-top-left-radius:11px; -moz-border-radius:11px 0 0; -o-border-radius:11px 0 0; -khtml-border-radius:11px 0 0; }
.roundedtopright { border-radius: 0 11px 0 0; -webkit-border-top-right-radius:11px; -moz-border-radius:0 11px 0 0; -o-border-radius:0 11px 0 0; -khtml-border-radius: 0 11px 0 0; }
.roundedbottomleft { border-radius: 0 0 0 11px; -webkit-border-bottom-left-radius:11px; -moz-border-radius: 0 0 0 11px; -o-border-radius: 0 0 0 11px; -khtml-border-radius: 0 0 0 11px; }
.roundedbottomright { border-radius: 0 0 11px 0; -webkit-border-bottom-right-radius:11px; -moz-border-radius: 0 0 11px 0; -o-border-radius: 0 0 11px 0; -khtml-border-radius: 0 0 11px 0; }

a {
    color: #FFFFFF;
    outline: none;
}

a:hover {
    color: #CCC;
    text-decoration: underline;
}

#wrap {
    	position: absolute;
    	top: 0;
    	left: 0;
	width: 100%;
    	height: 100%;
	display: table;
}

#homeimg {
    	display: table-cell;
    	vertical-align: middle;
    	text-align: center;
}

#homelink {
    	display: inline-block;
    	width: 800px;
    	height: 590px;
    	border: 1px solid #FFF;
}


#hometextlink {
    	text-decoration:none;
    	color: #CCCCCC;
}


#hometextlink:hover {
    	text-decoration:none;
    	color: #FFFFFF;
}