/*  Shanghai - The Ultraviolent Style Sheet
    --------------------------------------------------------------
	Style name:		The Battle for Mount Analogue
	Based on style:	The Ultraviolent
	Original author:	Well Fed Productions ( http://www.wellfedproductions.com/ )
	Modified by:		
	
	Copyright 2010 Well Fed Productions ( http://www.wellfedproductions.com/ )
    --------------------------------------------------------------
*/

/* General The Battle for Mount Analogue Markup Styles
---------------------------------------- */


* 	{
	/* Reset browsers default margin, padding and font sizes */
	margin: 0;
	padding: 0;
}

html,body{
height: 100%;
}

html 	{
	font-size: 100%;
	/* Always show a scrollbar for short pages - stops the jump when the scrollbar appears. non-IE browsers */
	height: 100%;
	margin-bottom: 1px;
}

body 	{
	background-color: #333333;
     	background-image: url("images/bg.gif");
	background-repeat: repeat;
     		
}





#wrap {  
background-color: #FFFFFF;
padding: 0px 62.5px;
	min-width: 850px;
width: 850px;
margin: 0 auto;
min-height:100%;
/* hack for IE6 */
height:auto !important; 
height:100%;
} 
