@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, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

body {
    padding: 0;
	margin: 0;
}
#Container {
    float: none;
	clear: none;
}
#Container img {
    height: auto;
    width: auto;
	left: auto;
	right: auto;
}
#Link-Div {
    float: left;
	position: absolute;
    left: 45%;
    top: 30%;
}
#Link-Div p {
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	font-weight: bold;
	font-size: 36px:
}
#Link-Div a {
	color: #FFF;
	font-size: 24px;
	background-color: #BC070A;
	border-radius: 15px 15px 15px 15px;   
	text-decoration: none;
    padding-top: 8px;
    padding-right: 16px;
    padding-bottom: 8px;
    padding-left: 16px;
    z-index: 999;
}
#Link-Div a:hover {
	background-color: #8f080a;

}
#Container-Mobile {
    display: none;
}
#Container-Mobile img {
    display: none;
}
#Container h1 {
text-indent: -9999px;
}

#Container h3 {
text-indent: -9999px;
}
