/*Borderline Records UK Holding Page Style Sheet*/

body {
	font-family: 'Fredericka the Great', cursive;
	left: auto;
	right: auto;
	margin: auto;
	background-image: url(file:///J|/Web%20Design/Websites/Borderline%20Website/Holding%20Page/images/Background.jpg);
	background-attachment: scroll;
}

#wrapper {
	width: 960px;
	height: auto;
	margin: auto;
	padding-top: 50px;
	text-align: center;
}
	
h1 {
	font-size: 26px;
	font-variant: small-caps;
	color: #ED1C24;
}

p{
	color: #333;
	font-size: 22px;
	word-spacing: -1px;
}

img {
	border: 0;
}

/*--a:link, a:visited {
	color: #333;
}
a:hover, a:active {
	color: #ED1C24;
}--*/

footer {
	margin-top: 20px;
}

.copyright {
	font-size: 16px;
	color: #ED1C24;
	text-align: center;
}
