﻿/* *******************************
 * SCOOP AND SPOON Next Level GmbH
 * A theme for the redirectionpage
 * *******************************/
 
* { margin: 0; padding: 0; }
 
body {
 	background: #FFFFFF url(../images/landingpage_background.png) no-repeat left top;
   font-family: Arial, sans-serif;
	font-size: 10pt;
	height: 100%;
	line-height: 12pt;
	width: 100%;
}
#Wrapper {
   height:571px;
   width: 959px;
}
#Container {
	height: 200px;
   left: 25px;
   position: absolute;
   top: 270px;
   width: 330px;
}
#Container h1 {
 	font-size: 16pt;
   line-height: 20pt;
   margin: 0 0 10px 0;
}
#Container p {
   margin: 10px 0 15px 0;
}
#Container a { 
 	color: #A3B400;
   font-weight: bold;
   text-decoration: none;
}