@charset "utf-8";
@font-face {
	font-family: VIVALDII;
	src: url(/fonts/VIVALDII.TTF);
}
@font-face {
	font-family: mvboli;
	src: url(/fonts/mvboli.ttf);
}
.center {text-align:center;} 
html,
body {
   margin:0;
   padding:0;
   height:100%;
}
p.heading {
        font-size: 35px;
        color: #FFF;
        text-shadow: 2px 2px 2px #ec5;
        text-align: center;
        padding-left: 120px;
        padding-right: 120px;
}
#container {
	padding-top: 10px;
	min-height:100%;
	height: 100%;
        position:relative;
	background: rgb(30,87,153); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(30,87,153,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,87,153,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(30,87,153,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(30,87,153,1) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(30,87,153,1) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(30,87,153,1) 0%,rgba(255,255,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
#cbody {
        padding:10px;
        padding-bottom:60px;   /* Height of the footer */
}
#cfooter {
        position: relative;
        bottom:0;
        width:100%;
        height:50px;
        margin-top: 50px;
        margin-right: auto;
        margin-left: auto;
        clear: both;
        text-align: center;
        font-family: Tahoma, Geneva, sans-serif;
        text-shadow: 1px 1px 1px #ccc;
        font-size: 24px;
        color: #000;
}
#buttons{
    text-align:center;
}

#buttons a{
    text-decoration:none;
    margin:10px;
    background:black;
    float:left;
    border:2px outset grey;
    color:#fff;
    padding-left; 30%;
    text-align: center;
    white-space:nowrap;
    display: block;
    clear: both;
}
#buttons a:hover{
    border:2px inset grey;
    color:black;
    background:#f2f2f2;
    text-align: center;
}
