#header {
    cursor: default;
    height:5.3em;
    left: 0;
    margin-right: 10;
    position: relative;
    padding-right: 10;
    line-height: 5em;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 10001;
}
.main_footer i {
    padding: 0px 5px;
    color: #ff0000;
}
.main_footer a {
    color: #ddd;
    padding: 5px;
}
.bg-mega{
    background-color:#1b1b1b;
}
.m-top-80 {
    margin-top: 80px;
}
.p-top-40 {
    padding-top: 2.66rem;
}
.p-bottom-30 {
    padding-bottom: 1.875rem;
}
#footer {
    position:absolute;
    bottom:0;
    left:0;
    right:0;
    width:80%; /* Height of the footer */
}
.outer_box{
    padding: 6px;
    background-color:#daf1f1;
    border-radius: 5px;
}
.topic{
    text-align: center;
    font-size: 20px;
}
.content{
    padding: 3px;
    text-align: center;
    background-color:#ffffff;
    border-radius: 5px;
}

body {
	background: #ffffff;
	color: #444;
	font: normal 62.5% Tahoma,sans-serif;
}

.main_btn {
    background-color: #015252;
    border: none;
    color: white;
    padding: 16px 32px;
    text-decoration: none;
    margin: 4px 2px;
    cursor: pointer;
    width: 100%;
    border-radius: 5px;
    font-size: 20px;
}

/* footer */
.footer {
    bottom: 0;
    width: 100%;
	background: url(../img/bgfooter.gif) repeat-x;
	color: #FFF;
	font: bold 0.8em sans-serif;
	line-height: 39px;
	padding: 0 12px;
	text-align: center;
}
.footer .right {color: #DEF; float: right;}
.footer .right a {color: #DEF; text-decoration: none;}
.footer a, .footer a:hover,.footer .right a:hover {color: #FFF;}

.footer .clearer {clear: both;}

.footer .left {float: left;}
