body{
	background: url('img/background.jpg') center no-repeat fixed #000;
	background-attachment:fixed;
	margin: 0;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: .9em;
	text-decoration:none;
	color:#FFF;
}

a:link{
	color: #FFF;
	text-decoration: none;
}

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

a:active{
	color:#FFF;
	text-decoration:none;
}

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

#header{
	width: 100%;
	text-align:center;
	position: relative;
	font-size: 1.2em;
	padding-top: 20px;
	min-width:750px;
}

#content{
	padding-top: 20px;
	padding-bottom: 20px;
	width:50%;
	position: relative;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	min-width:750px;
}

#footer{
	font-size:.7em;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	width:50%;
	min-width:750px;
}

#twitter_update_list{
	list-style:none;
	text-align:left;
	padding-left:0px;
}
