/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }

body {
 background-image:url('../images/RectangularPlainFlag2.gif');
background-repeat:no-repeat;
background-attachment: fixed;
}
#wrapper { 
 margin: 0 auto;
 width: 950px;
}
#text { 
 float: left;
 color: #000000;
 background: #ffffff;
 margin: 15px 15px 1000px 15px;
 padding: 80px;
 width: 750px;
 display: inline;
 position: relative;
}