@charset "UTF-8";
/* CSS Document */

/*These reset browser CSS */

* {
vertical-align: baseline;
font-family: inherit;
font-style: inherit;
font-size: 100%;
border: none;
padding: 0;
margin: 0;
}
body {
padding: 0px;
}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, ul, ol, dl {
margin: 0px 0;
}
li, dd, blockquote {
margin-left: 40px;
}
dt {
font-weight: bold;
}
table {
border-collapse: collapse;
border-spacing: 0;
}


/*BASIC CSS STYLES*/

body {
	background-color: #000;
	margin:0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size:11px;
	line-height:15px;
	color:#FFF;
}


p { font-family:Georgia, "Times New Roman", Times, serif; font-size:13px; line-height:15px; text-align:center }
a:link, a:visited { font-weight:bold; color:#61C1DE }
a:hover, a:active { font-weight:bold; color:#FFF }


/*CONTAINERS*/

#maincontainer		{ width: 600px; margin: 120px auto }

#logocontainer 		{ width: 600px; height: 400px; background: url(images/holding-logo.png) no-repeat }

#halloween			{ text-align:center; padding-bottom:30px }

#halloween h1		{ font-family:Georgia, "Times New Roman", Times, serif; font-size:24px; line-height:20px; margin-bottom:8px; color:#c80000; }

#halloween p		{ font-family:Georgia, "Times New Roman", Times, serif; font-size:16px; line-height:20px; margin-bottom:8px; }

#halloween a:link, #halloween a:visited	{ font-weight:bold; color:#FFF; text-decoration:underline }

#halloween a:hover, #halloween a:active	{ font-weight:bold; color:#c80000; text-decoration:underline }
