body { 
	background: #404040;
	color: #FFD791;
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	width:80%;
	margin:auto;
}

/* main page */
.main {
	width:100%;
	border:1px solid #000000;
	text-align:center;
}

.main_item {
	display: inline-block;
	width: 300px;
	height: 300px;
	margin: 5px;
	border:1px solid #FF0000;
	font-weight: bold;
	font-size: 18px;
}

.main_item img {
	border-radius: 100%;
	border:1px solid black;
	width: 200px;
	height: 200px;
}

/* title section */
.title_box {
	width:100%;
	display:block;
	padding-bottom:5px;
	border:1px solid #000000;
}

.title_table {
	width:100%;
	border:0px;
}

.main_title {
	font-family: 'Anton', sans-serif;
	font-size:72px;
	font-weight:bold;
}

.social {
	text-align: right;
	vertical-align: bottom;
}

.fb_link {
	height:50px;
	width:50px;
	border-radius: 100%;
	display:inline-block;
	background-image: url("images/fb-grey.png");
}

.fb_link:hover {
	background-image: url("images/fb-color.png");
}

.twitter_link {
	height:50px;
	width:50px;
	border-radius: 100%;
	display:inline-block;
	background-image: url("images/twitter-grey.png");
}

.twitter_link:hover {
	background-image: url("images/twitter-color.png");
}

.youtube_link {
	height:50px;
	width:50px;
	border-radius: 100%;
	display:inline-block;
	background-image: url("images/youtube-grey.png");
}

.youtube_link:hover {
	background-image: url("images/youtube-color.png");
}

.google_link {
	height:50px;
	width:50px;
	border-radius: 100%;
	display:inline-block;
	background-image: url("images/google-grey.png");
}

.google_link:hover {
	background-image: url("images/google-color.png");
}

/* sponsor section */

.sponsor_box {
	width:100%;
	display:block;
	text-align:center;
	border:1px solid #000000;
}

/* menu section */

.menu_box {
	display:block;
	width:100%;
	font-size:20px;
	font-weight:bold;
	text-align:center;
	border:1px solid #000000;
}

/* tagline section */

.tagline {
	display:block;
	width:100%;
	font-size:12px;
	text-align:center;
	border:1px solid #000000;
}