*{
	margin:0em;
	padding:0em;
}

body{
	background-color:#FFF;
	background-image: url(../images/circle_main.png);
	background-repeat: no-repeat;
	background-position:center;
}

.title{
	margin: 1em;
	padding: 2em;
	background-color: #999;
	border-radius: 6em;
	color: #FFF;
	font-size: 1.5em;
	font-family: 'Amaranth', sans-serif;
	text-transform: uppercase;
}

/*.title2{
	padding: .0125em;
	margin: .25em auto;
	background-color: #999;
	border-radius: 5em;
}*/

.item{
	padding: .5em;
	margin: .5em;
	background-color: #CCC;
	border-radius: 3em;
	text-color:#999;
	font-family: 'Lato', sans-serif;
	width: 5em;
}

a{
	color: #999;
}

/*.main{
	width: 100em;
	height: 40em;
	margin: 2em;
	padding: .5em;
	background-color: #666;
	border: double .25em #000;
	border-radius: 5em;
}*/

.tab{
	width: 20em;
	height: 12em;
	background-image: url(../images/circle_tab.png);
	background-repeat: no-repeat;
	margin-left: 2em;
}

.tab h1{
	color:#FFF;
	font-family: 'Stalemate', cursive;
	font-size: 3em;
	padding: 1em;
}

strong{
	color:#FFF;
	font-family: 'Lato', sans-serif;
}

footer{
	padding: .5em;
	background-image: url(../images/circle_foot.png);
	background-repeat: no-repeat;
	margin-left: 2em;
	height: 10em;
	width: 35em;
	position: fixed;
	bottom: 0px;
}

footer img{
	position: fixed;
	bottom: 0px;
}

footer p{
	color:#333;
	font-family: 'Lato', sans-serif;
	font-size:.75em;
	margin-top: 5em;
	margin-left: 5em;
	margin-right: 5em;
	width: 20em;
}