/*** CSS styles for new pages ***/
/* for all browsers that understand min-width */
#container {
    position:relative; 
    width:80%; 
    min-width:800px;}
#holder {
    display:block;
    color:#000;
}

/* method 1 a bodge for IE5.5 and IE6 browsers */
* html #container {
    border-right:790px solid #fff;
}
* html #holder {
    display:inline-block; 
    position:relative; 
    margin-right:-790px;
}

div#container {
	margin: 40px auto; 
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	width: 980px;
	height: 600px;
	border: 0px solid pink;
}
div#text {
	border: 0px solid black;
	padding-top: 20px;
	width: 480px;
	font-size: 13px;
}
