* {
		margin: 0;
		padding: 0;
	}
	
body {
		background-color: #222;
		background-image: url(../images/butterfly.png);
		background-repeat: no-repeat;
		background-position: top left;
		background-attachment: fixed;
		height: 100%;
	}
	
h1 {
		width: auto;
		background-color: #f8afd5;
		color: white;
		padding: 20px;
		padding-top: 40px;
		font-size: 55px;
		font-family: Trubble, NipAndTuck, Verdana;
		background-image: url(../images/background.png);
		background-repeat: repeat-x;
		background-position: top;
	}
	
#container {
		padding: 0;
		padding-bottom: 20px;
		margin: 0;
		width: auto;
		min-height: 500px;
		border: 1px solid #111;
		border-top: 1px solid #f8afd5;
		border-bottom: 0;
		border-left: 0;
		border-right: 0;
	}
	
h2 {
		text-indent: 20px;
		width: 580px;
		font-size: 50px;
		font-family: TrickTag;
		color: white;
		background-color: #bbb;
		border: 1px solid #111;
		border-bottom: 0;
		padding: 20px;
		padding-bottom: 5px;
		margin-top: 10px;
		margin-right: auto;
		margin-left: auto;
		background-image: url(../images/background.png);
		background-repeat: repeat-x;
		background-position: top;
	}
	
p {
		background-color: #eee;
		padding: 20px;
		width: 580px;
		font-family: "Secret Code";
		font-weight: bold;
		font-size: 18px;
		margin-right: auto;
		margin-left: auto;
		text-indent: 2em;
		border-right: 1px solid #111;
		border-left: 1px solid #111;
	}
	
.container {
		padding: 20px;
		width: 580px;
		margin-right: auto;
		margin-left: auto;
		background-color: #eee;
		border: 1px solid #111;
		border-top: 0;
	}

p.images {
		background-image: url(../images/background.png);
		background-repeat: repeat-x;
		padding: 10px;
		background-color: #dbebf9;
		border: 1px solid #111;
		width: 500px;
		margin-right: auto;
		margin-left: auto;
		text-indent: 0;
	}
	
p a {
		border: 0;
		width: 100px;
	}
	
p a img {
		border: 1px solid #888;
		padding: 5px;
		background-color: white;
		padding-bottom: 1em;
	}
	
#navigation {
		display: block;
	}
	
#navigation ul {
		position: relative;
		text-align: center;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	
#navigation ul li {
		float: left;
		list-style-type: none;
	}
	

#navigation ul li a {
		padding: 10px;
		padding-bottom: 5px;
		margin: 10px;
		background-color: #f8afd5;
		border: 2px solid #f8afd5;
		font-family: TrickTag;
		font-size: 20px;
		font-weight: bold;
		color: white;
		text-decoration: none;
		-webkit-border-radius: 5px;
	}
	

#navigation ul li a:hover {
		text-decoration: underline;
		color: #555;
	}
	
span {
		font-size: 30px;
	}
	
body a[name="#top"] {
		position: absolute;
		z-index: -5000;
		height: 1px;
		width: 1px;
		top: 0;
		left: 0;
	}
	
.here {
		background-color: #aaa;
	}
	
.backtotop {
		border: 0;
		margin-top: 10px;
		text-align: right;
		color: black;
		background-color: #888;
		background-image: url(../images/butterfly2.png);
		background-repeat: no-repeat;
		background-position: top left;
		background-attachment: fixed;
	}
	
.backtotop a {
		width: 580px;
		font-family: Trubble;
		font-size: 20px;
		color: black;
		text-decoration: none;
	}
	

.backtotop a:hover { 
		text-decoration: underline;
		color: #f8afd5;
	}
	
#surveyform {
		display: block;
		font-weight: bold;
		width: 730px;
		position: relative;
		right: 0;
		margin-right: auto;
		margin-left: auto;
		padding-top: 10px;
	}
	
#surveyform form {
		background-color: transparent;
		color: #f8afd5;
		text-align: left;
		padding: 1em;
	}

#surveyform fieldset {
		background-color: #111;
		color: #f8afd5;
		float: left;
		width: 100px;
		height: 150px;
		min-height: 150px;
		margin: 10px;
		padding: 10px;
		border: 1px solid #111;
		background-image: url(../images/butterfly.png);
		background-position: top left;
		background-repeat: no-repeat;
		background-attachment: fixed;
	}
	
#surveyform fieldset.float {
	}

#surveyform fieldset.float2 {
	}
	
#surveyform legend {
		color: 	#f8afd5;
		background-color: #ddd;
		background-image: url(../images/background.png);
		background-repeat: repeat-x;
		background-position: 100% 20%;
		font-weight: bold;
		border: 1px solid #111;
		line-height: 1.4em;
		padding: .1em;
	}

#surveyform input, #surveyForm textarea {
		font-size: 10px;
		color: #111;
	}

#surveyform input[type="radio"] {
		margin: 5px;
		float: left;
		border: 1px solid #111;
}
	
#surveyform label[for="yes"], #surveyForm label[for="no"] {
		padding-left: 1em;
		line-height: 2em;
	}
	
#surveyform input[type="submit"] {
		color: #111;
		margin: .2em;
		margin-left: 12.6em;
		padding: .1em;
		margin-top: 10px;
	}

#surveyform input:focus, textarea:focus {
		background-color: #fcdbec;
	}
	
#surveyform label {
		display: block;
		width: 10em;
		color: #ddd;
	}
#surveyform  .error {
		color: #c03;
	}
	
#surveyform p {
		width: 150px;
		font-size: 18px;
		font-family: "Secret Code";
	}
	
.footer p.response {
		border: 0;
		background-color: #111;
		color: white;
		background-image: url(../images/butterfly.png);
		background-position: top left;
		background-repeat: no-repeat;
		background-attachment: fixed;
		font-family: Georgia;
	}
	
.footer {
		display: block;
		position: relative;
		bottom: 0;
		width: 90%;
		height: 254px;
		margin: 0;
		margin-bottom: 0;
		padding: 5%;
		padding-top: 10px;
		padding-bottom: 10px;
		border: 0;
		background-color: #aaa;
		background-image: url(../images/background.png);
		background-repeat: repeat-x;
		background-position: top;
	}
	
.footer p {
		clear: both;
		border: 0;
		background-color: transparent;
		width: 380px;
		margin: 0;
		margin-right: auto;
		margin-left: auto;
	}