@charset "UTF-8";
/* CSS Document */

html {margin: auto; height: 100%;}

body {
	margin: auto;
	height: 100%;
	background-image: url('../uploads/images/template/bg_gradation.jpg');
	font-family: Garamond, Goudy Old Style, Times New Roman, serif;
	color: #FFF;
}

#cdiv {
	height: 40%;
	min-height: 275px;
}

#container {
	margin: auto;
	margin-top: -275px;
	width: 900px;
	height: 550px;
	background-image: url('../../_images/splash/index.jpg');
	background-repeat: no-repeat;
	border: solid 2px #AC2423;
}

#menu {
	float: right;
	margin: 503px 25px 0 0;
	text-align: right;
	font-size: 24px;
	font-weight: lighter;
}

#menu a {
	color: #FFF;
	text-decoration: none;
}
#menu a:hover {
	color: #FFC;
}