﻿/*
CSS for vampies
*/

body {
	font-size: 24px;
	font-family: Times, serif;
	padding: 0;
	margin-top: 0px;
	margin-bottom: 0px;
	background: #bb262b url(redbg.jpg) repeat-x scroll 0 0;
}


div.center {
			background-image: red;
			text-align: center;
			font-family: Times, serif;
			}

div.link {
	text-align: center;
	font-size: 24px;
}


