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

body {
	background: #000;
	margin: 0;
	padding: 0;
}

a {
	color: #fec4c4;
	text-decoration: none;
}

a:visited {
	color: #fec4c4;
	text-decoration: none;
}

a:hover {
	color: #fec4c4;
	text-decoration: underline;
}



#container {
	width: 791px;
	margin: auto;
	overflow: auto;
}

#top {
	width: 791px;
	height: 80px;
	background: url('images/bg1.png') no-repeat;
}

#mid {
	width: 791px;
	height: 440px;
	background: url('images/mes.jpg') no-repeat;
	-webkit-border-top-right-radius: 20px;
-webkit-border-bottom-left-radius: 20px;
-moz-border-radius-topright: 20px;
-moz-border-radius-bottomleft: 20px;
border-top-right-radius: 20px;
border-bottom-left-radius: 20px;
}

#bot {
	width: 791px;
	height: 80px;
	background: url('images/bg3.png') no-repeat;
}

#left {
	float: left;
	width: 540px;
}

#left h1 {
	margin: 20px 0px 10px 20px;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 36px;
	color: #fff;
	text-shadow: 2px 2px 2px #000;
}

#left h2 {
	margin: 0px 20px;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 18px;
	color: #999;
	text-shadow: 1px 2px 2px #000;
}

#right {
	float: left;
	width: 251px;
	padding-top: 180px;
}

#info {
	margin: 265px 0px 20px 20px;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #fff;
	line-height: 22px;
	text-shadow: 1px 2px 2px #000;
}

.social {
	overflow: hidden;
	margin-bottom: 10px;
}

.icon {
	float: left;
	width: 30px;
}

.phrase {
	float: left;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #fec4c4;
	text-shadow: 1px 2px 2px #000;
	
}

#copyright {
	padding: 2px;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666;
	text-align: right;
}