html{
	font-size: 100.01%;	
	height:100%;
	/*background: url(../images/bg.jpg) repeat-x 50% 100%;
background-attachment: fixed;*/
}

img{border:0;}	

body{
	margin: 0;

	
	height: 100%;
/*background: url(../images/contentbg.gif) repeat-y center;*/
background-color:#ffffff;
	color:#666666;
	font-family: Arial, sans-serif;
	font-size:12px;
}
#page{
	position: relative;	
	height:100%;
min-height: 100%;
 background: url(pop_bg.jpg) repeat-y;
}

h1{
color:#FF0000;
}

strong{
color:#FF0000;
}


#main{
	margin: 0 auto;
	width: 100%px;
	

	
}
#header{
background-color:#FFFFFF;
	height: 121px;
	overflow: hidden;
}

.title{
height:19px;
overflow:hidden;
background: url(popheadbg.gif) no-repeat;
font-size:12px;
color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
margin-bottom:2px;
clear:both;
padding-left:10px;
padding-top:2px;
}


.logo{
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	background: url(popuplogo.jpg) no-repeat;
	height: 65px;
	width: 92px;
	margin: 25px 0 10px 10px;
	float: left;
}



#content{
	clear:both;
	overflow: hidden;
	padding-left:10px;
	padding-right:10px;
	color:#000000;
        text-align: justify;
}
* html #content{
	height:1%;
	overflow:visible;
}



