html{
	margin: 0;
	padding: 0;
	border: none;
}

body {
	background-color: #FFF;
	font-family: Arial, Verdana;
	font-size: 11px;
	color: #808080;
	line-height: 16px;
	text-align: center; 
	margin: 0;
	padding: 0;
}

 a:link {color: #55166E; text-decoration: none;}
 a:visited {color: #55166E; text-decoration: none;}
 a:hover {color:#55166E; text-decoration: underline; color: #55166E;}
 a:active { color:#55166E;text-decoration: none;}
 
#container {
width: 950px;
height: 500px;
text-align: left;
margin-left: auto;
margin-right: auto;
background-image: url(images/alecia_wesner_logo.gif);
background-repeat: no-repeat;
}

#container2 {
width: 950px;
height: 500px;
text-align: left;
margin-left: auto;
margin-right: auto;
background-image: url(images/thankyou.gif);
background-repeat: no-repeat;
}

.back {
position: relative;
top: 55%;
font-size: 14px;
text-align: center;
}

#jewels {
position: relative;
width: 950px;
height: 300px;
top: 33%;
background-image: url(images/alecia_wesner_jewelry.jpg);
background-repeat: no-repeat;
}

#left {
position: relative; 
float: left; 
width: 633px;
height: auto;
top: 37%;
text-align: justify;
padding-bottom: 40px;
}

.footer{
color: #55166E;
font-size: 9px;
}

#right {
position: relative; 
float: right; 
width: 317px;
height: auto;
top: 39%;
text-align: right;
}

.form{
color: #55166E;
font-size: 12px;
 text-align: right; 
}

input {
 background-color: #E6E6E6;
}

