@import url("global_admin.css");
/* only tweak the background images for tags here */
html {
background-image:url(../images/bg.jpg);
background-repeat:repeat-x;
background-position:center top;
}

body {
background-image:url(../images/bgmain.jpg);
background-position:center top;
background-repeat:repeat-x;
}
#Wrapper {
	text-align: left;
	width: 750px;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
	background: url(../images/if_topheader.jpg) no-repeat;
	background-position: center top;
	padding: 5px 5px 5px 5px;
	background-color: #fff;	
/*	border: 5px #104883 solid;
	border-bottom-width: 35px;*/
}
#WrapperInside {
	text-align: left;
	width: 640px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	background: url(../images/header4.gif) no-repeat;
	background-position: center top;
	padding: 5px 5px 5px 5px;
	background-color: #fff;	
	border: 5px #104883 solid;
	border-bottom-width: 35px;
}