/*All pages*/
p{color: white}
th{vertical-align: top;color: white}
td{color: white}
td.title{text-align: center;color: white; font-size: 25px;}
body{
	text-align:center;
	font-family: nosferatu,arial;
	background-color: black;
	background-image: url(images/bg1.gif);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
}
img{border-style:none;}
a:link{color: #ff0000;text-decoration: none}
a:visited{color: #ff0000;text-decoration: none}
a:hover{color: #990000}

/*IDs*/
#title{width:770px;margin:0 auto;text-align:center;}
#container{width:770px;margin:0 auto;text-align:center;}
#info{width:700px;margin:0 auto;text-align:center;}
#footer{margin:0 auto;text-align:center;padding:50px 0;}

#header{font-size:48px;}
#big{font-size:25px;}
#main{font-size:18px;}
#sub{
	font-size:10px;
	font-family:arial;
	}