body{
			background-image:url('graphics2/background.png');
			background-repeat:repeat-x;
			background: #252525;
		}
		
		div.mainBox{
			width: 800px; 
			margin-left:auto; 
			margin-right: auto; 
			margin-top: 15%;
			border: 3px;
			color: white;
			background: #eee;
		}
		
		div.leftBox {
			width: 273px;
			float: left;
		}
		
		img.icon {
			width: 273px;
			height: 273px;
		}
		
		div.rightBox {
			width: 522px;
			float: right;
		}
		
		div.slogan {
			width: 512px;
			margin-left:auto; 
			margin-right: 20px; 
		}
		
		div.date {
			width: 192px;
			float: right;
			margin-top: -65px;
		}
		
		div.newsletterBox{
			width: 267px;
			height: 64px;
			background-image:url('graphics2/newsletter_field_background.png');

			margin-left:auto; 
			margin-right: auto; 
			margin-top: 28px;
		}
		
		div.newsletterBoxThankYou{
			position: relative; 
			
			width: 267px;
			height: 64px;
			background-image:url('graphics2/newsletter_field_background.png');
			
			margin-left:auto; 
			margin-right: auto; 
			margin-top: 28px;
		}
		
		div.ThankYouText{
			font-family: tahoma;
			font-size: 12px;
			font-weight: bold;
			width: 70px;
			padding-top: 25px;
			margin-left:auto; 
			margin-right: auto; 
			
		}
		
		input.newsletterEmail{
			border: 0px;
			background: none;
			margin-top: 6px;
			margin-left: 8px;
			width: 145px;
			height: 20px;
			color: white;
			font-size: 11px;
			font-family: tahoma;
			text-align: center;
		}
		
		div.newsletterHeadline{
			float: left;
			font-family: tahoma;
			font-size: 11px;
			font-weight: bold;
			width: 100%;
			margin-top: 8px;
			margin-left: 8px;
		}
		
		div.emailBox{
			background-image:url('graphics2/newsletter_email_textfield_background.png');
			width: 160px;
			height: 31px;
			float: left;
			margin-top: 5px;
			margin-left: 2px;
		}
		
		input.optionalInfo {
			float: left;
			width: 70px;
			margin-left: 10px;
			background: #393A39;
			border-width: 2px;
			border-color: #5D5D5D;
			border-style: solid;
			color: white;
		}
		
		div.signupButton{
			float: right;
			margin-top: 0px;
			cursor:hand;
		}
		
		div.newsletterDesc{
			opacity: 0.26;
			font-family: tahoma;
			font-size: 11px;
			width: 512px;
			margin-left:auto; 
			margin-right: auto; 
			margin-top: 60px;
		}
		
		div.copyrightBox{
			opacity: 0.26;
			font-family: tahoma;
			font-size: 11px;
			width: 300px;
			height: 20px;
			margin-left:auto; 
			margin-right: auto;
			margin-top: 50px;
			text-align: center;
		}
		
		a {
			color: white;
		}
