body {
	padding: 20px;
	background: white;
	color: black;
	text-align: center;
	font-family: arial,helvetica,clean,sans-serif;
	font-size:14px;
}
h1,h2,p {
	margin: 0;
	padding: 0 10px
}
p {
	padding: 0 10px 15px
}
div#footer p {
	padding: 0 10px 1px
}
h1 {
	font-size: 250%;
	color: #FF0084;
	padding-bottom: 20px;
}
h2 {
	font-size: 120%;
	font-style: italic;
}
a {
	text-decoration: none;
	font-weight: bold;
	color:  #0063DC;
}
a:link {
	color:  #0063DC;
}
a:visited {
	color:  #2E67C7;
}
div#container{
	width:550px !important; 
	width :560px;
    margin: 0 auto;
	padding: 5px;
	text-align: left;
}
div#header{
	padding: 10px;
	text-align: right;
	font-style: italic;
	color: #0063DC;
}
div#content{
	float: left;
	width: 550px;
	padding: 10px 0;
	margin: 5px 0;
}
div#footer{
	clear: both;
	width: 550px;
	padding: 5px 0;
	text-align: left;
	font-size: 11px;
}
div#twitter_div {
	background-repeat: no-repeat;
	background-position: bottom right;
	padding: 1.5em;
}


#secure {
	bottom: 0;
	position: fixed;
	right: 0;
}

