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

body {
	margin:50px 0px; padding:0px;
	text-align:center;
	background:url(images/bg.jpg);
	}
	
#Content {
	margin:0px auto;
	width: 500px;
	background: #FFFFFF;
	border: #ff21b5 solid 3px;
	padding: 30px 17px 0px 17px;
	text-align:center;
}

#twitter {
	margin:0px auto;
	width: 540px;
	padding: 30px 0px 0px 0px;
	text-align:center;
}

#footer {
	margin:0px auto;
	width: 520px;
	padding: 5px 0px 0px 0px;
	font-size:9px;
	letter-spacing: 1px;
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	text-align:right;
	text-transform:uppercase;
}

.text {
  font-family: "le-havre-1","le-havre-2",sans-serif;
  font-size: 24px;
  line-height: 30px;
  color: #5C3317;
  border-top: #999999 dotted 1px;
  padding: 30px 20px 0px 20px; 
}

.bold {
  font-weight:bold;
}

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

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

