﻿/* @override http://localhost:8000/static/css/style.css */
/* This is a copy of: C:\Python25\Lib\site-packages\satchmo-0.8_1-py2.5.egg\satchmo\static\css\style.css 
Looks like we only need the checkoutprogress bits, I commented out the rest to avoid conflicting with our css.
*/

#PageContentPanelBG {
background-image:url("../images/solitaire/MainPanel.jpg");
background-position:50% 0;
background-repeat:no-repeat;
min-height:600px;
padding-top:75px;
position:relative;
text-align:center;
top:-50px;
}
/* This stuff below is just temporary for the prerelease, also need to change the message back in base when we're done 
#Announcement{
	display:block;
	margin-top:35px;
	height:auto;
}
*/

#NavBar{
	
}

