/* 
	Used to store all CSS for all pages on this website
*/
#content{
	position: relative;
	top: 80px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	color: white;
	font-size: 23;
}
#content2{
	position: relative;
	top: 50px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
#navi{
	position: relative;
	top: 15px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
#thumbnails{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
#twitter-update-list{
	color: white;
	font-size: 12;
}
repeat-y-image{ 
	background-image: 
	url('image.jpg');
	background-repeat: repeat-y
}