@charset "UTF-8";
/* CSS Document */
/* CSS file for Mount Olympus Refuge A website */
/* designed by Rob Snow */
/* copyright © Mount Olympus Refuge A 2013. All rights reserved */
/* Not to be removed */

#shell {
	margin: auto;
	width: 400px;
}

#front_box {
	width: 400px;
	height: 463px;
	margin-top: 50px;
	background: url(../images/badge.png) center center;
}

#copyright {
	text-align: center;
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#lang {
	width: 400px;
	margin: auto auto 85px;
	text-align: center;
}

.choice {
	text-align: center;
	width: 100px;
	height: 30px;
	
	background: #2C3140;
	background-image: linear-gradient(bottom, rgb(44,49,64) 5%, rgb(76,84,107) 78%);
	background-image: -o-linear-gradient(bottom, rgb(44,49,64) 5%, rgb(76,84,107) 78%);
	background-image: -moz-linear-gradient(bottom, rgb(44,49,64) 5%, rgb(76,84,107) 78%);
	background-image: -webkit-linear-gradient(bottom, rgb(44,49,64) 5%, rgb(76,84,107) 78%);
	background-image: -ms-linear-gradient(bottom, rgb(44,49,64) 5%, rgb(76,84,107) 78%);

	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.05, rgb(44,49,64)),
	color-stop(0.78, rgb(76,84,107))
);
	color: white;
	font: 18px/28px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-right: 5px;
	margin-left: 5px;
	
	box-shadow: 0px 0px 4px 1px #6B6B6B;
	-webkit-box-shadow: 0px 0px 4px 1px #6B6B6B;
	-moz-box-shadow: 0px 0px 4px 1px #6B6B6B;
	-o-box-shadow: 0px 0px 4px 1px #6B6B6B;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}