
body {
    background: #888;
    text-align: center;
    width: 605px;
    margin: 0 auto;
    margin-top: 110px;
}

span, p, h1 {
    font-family: "Georgia", "Times New Roman", serif;
}

p {
    width: 270px;
    margin: 10px auto;
    font-size: 14px;
}

.bghome {
	background: url(http://visualcontinuity.co.uk/images/IMGhome01web.jpg) 0 0 no-repeat;
	background-attachment: fixed;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.wide {
    width: 400px;
}

p.wide {
    line-height: 18px;
}

p .white {
    color: #fff;
}

h1 {
    font-weight: normal;
    font-size: 35px;
    text-align: center;
    width: 100%;
    border-top: 3px solid black;
    padding-top: 20px;
    text-indent: -99999px;
    background-image: url('../images/visual-continuity.png');
    background-repeat: no-repeat;
    background-position: 100px 20px;
    margin-top: 50px;
}

form {
    margin-top: 25px;
    margin-bottom: 50px;
}
fieldset, img {
	width: 252px;
	margin: 0 auto;
	text-align: left;
    border: none;
}

input {
	text-align: left;
	color: #fff;
	border: none;
	background: #000;
	height: 24px;
	margin: 2px 0;
	line-height: 1.5em;
	padding: 0 1px;
    font-family: "Georgia", "Times New Roman", serif;
	font-size: 14px;
}

	input#name {
            width: 245px;
            display: block;
	}
	
	input#idkdhr-idkdhr {
	    width: 222px;
	}
	
	input#NewsletterSubmit {
		text-indent: 100px;
		color: #999;
		width: 25px;
		background:#999 url(../images/submitarrow.png) top left no-repeat;
		margin-left: -4px;
		position: relative;
	}

