
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, 
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;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {

	height: 100%;
	padding-bottom: 100px;
}

.main {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-x;
	background-attachment: fixed;

	-webkit-background-size: 100%; 
    -moz-background-size: 100%; 
    -o-background-size: 100%; 
    background-size: 100%; 

    -webkit-background-size: 100% 100%; 
    -moz-background-size: 100% 100%; 
    -o-background-size: 100% 100%; 
    background-size: 100% 100%;
   	z-index: -1;
}

#bg {
	top: 0px;
	position: absolute;
	z-index: -100;
	width: 100%;
	height: 100%;
}

div.logo {
	width: 100%;
}

img.logo {

	display: block;
	margin: 0 auto;
}

.d0 {

	top: 30%;
	margin-top: 10%;
}

.d1 {

	text-align: center;
	color: white;
}

.d2 {

	text-align: center;
	color: white;
}

.t1 {
	width: 100%;
	text-align: center;
	color: white;
}

a[href^=tel] {

    color: inherit;
	text-decoration: none;
}
