@charset "UTF-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-position: center;
	background-position: top;
}

font-family: 'Play', sans-serif;
font-family: 'Philosopher', cursive;



.mainlink:link {
	color: #292014;
	font-size: 14px;
	font-family: play, arial;
	text-align: center;
	text-decoration: none;
}

.mainlink:visited {
	color: #333;
	font-size: 12px;
	font-family: Play, Arial;
	text-decoration: none;
}

.mainlink:hover {
	color: #FFF;
	font-size: 14px;
	font-family: Play, Arial;
}

.footer {
	font-family: Verdana, Geneva, sans-serif;
	color: #666;
	font-size: 9px;
	text-align: center;
}

.footer2 {
	color: #999;
	position: fixed;
    bottom: 1%;
    left: 50%;
    margin: -140px 0px 0px -140px;
}

#main_cont {
    width: 350px;
    height: auto;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -200px 0px 0px -200px;
}
#main_cont img {
    width: 100%;
    height: 100%;
}