/*
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 {
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
background:#fff2c9;
}
#wrapper { 
margin: 0 auto;
width: 922px;
}
#header {
width: 898px;
color: #333;
padding: 0;
border: 1px solid #000;
height: 65px;
margin: 10px 0px 5px 0px;
background: #BD9C8C;
}
#content { 
width: 900px;
color: #333;
background: #ffd75f;
margin: 0px 0px 10px 0px;
padding: 0;
height: 600px;
}

#enter {
position:absolute;
top:250px;
left:230px;
}