/*++++++++++++++++++++++++++ BASIC LAYOUT +++++++++++++++++++++++++++++++++*/
body {  
	background: url(../images/login/background.jpg) top left repeat-x;
}
#outer {
	border: 1px solid #8d0c09;
}
#header {
	background: #E2E1CF url(../images/login/headerBackground.jpg) top left no-repeat;
}
#header h1, #header h2 {  
	color: #8d0c09;   
}

