body {
	font-family: "Geneva CE", "Arial CE", sans-serif;
    font-size: 8pt;
    font-weight: bold;
	color: #555555;
	background-color: #FFFFFF;
    margin: 0px;
    padding: 0px;
}

img {
    border: 0px;
    vertical-align: middle;
}

#content {
    text-align: center;
}

#title {
    width: 842px;
    height: 40px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
}

#buttons {
    width: 842px;
    height: 842px;
    background-image: URL("../images/layout_default/gradient.jpg");
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10px;
}

#buttons_big {
    width: 360px;
    margin-left: auto;
    margin-right: auto;
}

#buttons_small {
    width: 750px;
    margin-left: auto;
    margin-right: auto;
}

.button_big {
    width: 360px;
    height: 360px;
}

.button_big a {
    display: block;
    width: 360px;
    height: 360px;
    background-image: URL("../images/layout_default/button_big.png");
    background-repeat: no-repeat;
}

.button_big a:hover {
    background-image: URL("../images/layout_default/button_big_hover.png");
}

.button_big a img {
    margin-top: 75px;
}

.button_small {
    width: 250px;
    height: 250px;
}

.button_small a {
    display: block;
    width: 250px;
    height: 250px;
    background-image: URL("../images/layout_default/button_small.png");
    background-repeat: no-repeat;
}

.button_small a:hover {
    background-image: URL("../images/layout_default/button_small_hover.png");
}

.button_small a img {
    margin-top: 25px;
}

#logos {
    clear: left;
    width: 100%;
    text-align: center;
    padding-top: 20px;
}

#logos img {
    margin-left: 20px;
    margin-right: 20px;
}

#footer {
    background-image: URL("../images/layout_default/footer.png");
    background-repeat: repeat-x;
    width: 100%;
    height: 34px;
    text-align: center;
    margin-bottom: 0px;
    padding-top: 10px;
}
