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

body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
text-align: center;
}
a:link {
color: #666;
text-decoration: none;
}
a:visited {
text-decoration: none;
color: #666;
}
a:hover {
text-decoration: underline;
color: #666;
}
a:active {
text-decoration: none;
color: #666;
}

a.head:link {
color: #FFF;
text-decoration: none;
font-weight: bold;
}
a.head:visited {
text-decoration: none;
color: #FFF;
font-weight: bold;
}
a.head:hover {
text-decoration: none;
color: #FFF;
font-weight: bold;
}
a.head:active {
text-decoration: none;
color: #FFF;
font-weight: bold;
}

a.head {
font-weight: bold;
}

a {
font-weight: bold;
}

mainpage {
position: absolute;
left: 100px;
top: 100px;
text-align: center;
}
socialbuttons {
position: absolute;
}
.LargeTitle {
font-weight: bold;
font-family: Calbri, Arial;
font-size: 40px;
color: #363636;
}
.SmallTitle{
font-family: Calbri, Arial;
font-size: 17px;
color: #666666;
}
.LargeTitlelight {
font-weight: bold;
font-family: Calbri, Arial;
font-size: 40px;
color: #FFF;
}
.LargeTitlelight-404 {
font-weight: bold;
font-family: Calbri, Arial;
font-size: 75px;
color: #FFF;
}
.SmallTitlelight{
font-family: Calbri, Arial;
font-size: 17px;
color: #FFF;
}

.Maintext{
	font-family: Calbri, Arial;
	font-size: 17px;
	color: #363636;
}
.SmallLinks {
font-weight: bold;
font-family: Calbri, Arial;
font-size: 20px;
color: #666666;
}

/*Header Images*/
#layer-logo
{
width: 350px;
height: 180px;
position: fixed;
left:0px;

background-image: url(images/logo_corner_var.png);
background-repeat: no-repeat;
background-position: left top;


text-align: left;
font-size: 36px;
font-family:Impact;
color:#FFF;

}

#layer-logo-dark
{
width: 350px;
height: 180px;
position: fixed;
left:0px;

background-image: url(images/logo_corner_var_b.png);
background-repeat: no-repeat;
background-position: left top;


text-align: left;
font-size: 36px;
font-family:Impact;
color:#FFF;

}

#layer-1
{
width: 100%;
height: 62px;
background: url('images/header.png') repeat-x;
background-position: 0%;

text-align: left;
font-size: 36px;
font-family:Impact;
color:#FFF;
}

#layer-1-dark
{
width: 100%;
height: 62px;
background: url('images/header_dark.png') repeat-x;
background-position: 0%;

text-align: left;
font-size: 36px;
font-family:Impact;
color:#FFF;
}

#layer-2
{
display: block;
text-align:center;
width: 100%;
height: 600px;
background: url('logo.png');
background-repeat: no-repeat;
}
#layer-3
{
width: 100%;
height: 62px;
position: absolute;
left:0px;
top: 0px;
}

/*Homepage Buttons*/

#button1
{
width: 100%;
height: 100%;
background: url('images/home.png');
background-position: 0%;
}


/*Text*/

P { text-align: center}
p.sansserif{font-family:Arial,Helvetica,sans-serif;}
P {color:#FFF}
div img {
margin:auto;
border-style: none;
}

/*Containers*/

#bodycontainer {
	margin-top: 75px;
}