body {
	background-color:#a7b1ba;
	width: 441px;
	margin: 0 auto;
	font-family: Calibri, Verdana;
	font-size: 12px;
}

#container {
	padding-top: 100px;
}

#header {
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
	width: 441px;
	height: 56px;
}

#title {
	background-image: url(../images/title.png);
	background-repeat: no-repeat;
	width: 441px;
	height: 34px;
}

#body {
	background-image: url(../images/body.png);
	background-repeat: repeat-y;
	width: 441px;
}

#footer {
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
	width: 441px;
	height: 46px;
}

.content {
	padding-top:10px;
	padding-left:39px;
}

.bodycolor {
	color: #666666;
	font-weight: bold;
}

.textinput {
	width: 350px;
	font-size: 20px;
	padding: 2px;
}

.textarea {
	width: 350px;
	height: 70px;
	font-size: 15px;
	padding: 2px;
	overflow: auto;
}

#twittercount {
	float:right;
	padding-right:50px;
	font-weight:bold;
}

#twittermessage {
	float:left;
}

#title a {
	color: #000000;
	text-decoration: none;
	border-bottom: 1px dashed #000000;
}

.link {
	color: #d21e52;
	text-decoration: underline;
}

.linkcopy {
	color: #485159;
	text-decoration: underline;
}

#loader {
	float:left;
	padding-left:5px;
	padding-top:2px;
	display: none;
}

#copyright {
	width: 441px;
	color: #485159;
	font-size: 10px;
}