body {
background : url("Background-Character.png") center no-repeat fixed #42393C;
background-size : 900px 900px;
}
#main {
background : url("Background-Character-Light.png") center no-repeat fixed #FFFFFF;
background-size : 900px 900px;
}
#container {
position : absolute;
left : 0;
top : 30%;
width : 100%;
text-align : center;
}
#container2 {
position : fixed;
left : 15px;
font-size : 20px;
}
#container3 {
width : 55%;
margin-left : 20%;
margin-right : 25%;
position : absolute;
text-align : center;
}
img {
width : 25%;
}
#logo {
margin-left : 20px;
}
table {
padding-top : 150px;
position : absolute;
text-align : center;
font-family : Athelas, serif;
border : none;
width : 60%;
margin-left : 20%;
margin-right : 30%;
}
th {
font-size : 125%;
color : rgb(190, 30, 45);
height : 80px;
}
td {
font-size : 125%;
height : 5px;
color : rgb(138, 140, 143);
}
tr.a td {
font-weight : bold;
color : rgb(66, 57, 62);
}
a:link, a:visited, a:hover, a:active {
font-family : athelas, serif;
font-style : normal;
color : rgb(161, 154, 156);
background-color : transparent;
text-decoration : none;
}