@charset "UTF-8";
/* Wrapper */


a:link {
	color: #FFF;
	text-decoration: none;
	font-weight:600;
	font-size:12px;
}
a:visited {
	text-decoration: none;
	color: #FFF;
	font-weight:600;
	font-size:12px;
}
a:hover {
	text-decoration: none;
	color: #FFF;
	font-weight:600;
	font-size:12px;
}
a:active {
	text-decoration: none;
	color: #FFF;
	font-weight:600;
	font-size:12px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 500;
	font-size:14px;
	background: #ffffff;
	margin: 0;
	padding: 0;
	color:#584457;
	background-image:url(images/bg.gif);
	background-repeat:no-repeat;
	overflow-x:hidden;
}
ul, ol, dl {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
}
a img {
	border: none;
}
.container {
	width: 1280px;
	
}
.header {
	padding: 40px 0 0 70px;
}
.left {
	padding:50px 0 0 70px;
	width: 1280px;
	float: left;
}
.footer {
	position:absolute;
	margin-bottom:15px;
	bottom:15px;
	right:0px;
	margin-right:13px;
	width:175px;
	padding:10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	background-color:#836582;
	border:#fff 2px solid;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.tweetbutton {
	background-color:#ed7a64;
	border:#8b9c8a solid 1px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	font-size:16px;
	color:#fff;
	font-weight:bold;
}
.tweetbox {
	padding:10px;
	background-color:#fff;
	border:none;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
}

