#introBoxAll{/*random bg image "INTRODUCTION" box container*/
float:left;
width:482px;
min-height:325px;
background:url(../../images/random-images/bg_green.jpg) repeat-y left bottom;
}
#introBoxTitle h6{
float:left;
width:100%;
font:36px Arial, Helvetica, sans-serif;
text-transform:uppercase;
color:#999;
margin:0;
padding:10px 0 0 10px;
filter:alpha(opacity=50);-moz-opacity:.50;opacity:.50;
}
<link href="css/collectors_moment/february_2009.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" language="JavaScript1.2">
<!--
(document.body||document.documentElement).className += " bg_" + (Math.round(Math.random() * 2)); //Random number between 0 and 2, rounded. Sloppy but effective for this example...
//-->
</script>
<!---<script language="JavaScript" type="text/javascript" src="js/home.js"></script>-->
<!---Random image load for "INTRODUCTION" box-->
</head>
<body>
<div id="wrap">
<div id="entirePage">
<!---BEGIN INTRO BOX-->
<div id="introBoxAll">
<div id="introBoxTitle"><h6>introduction</h6></div>
<div id="introBoxText">
<h1>Thin goodness low-cost well newer big, whiter thirsty shine. Surrender compact enjoy inside worthwhile anti appreciate announcing thick. Odor really thank-you better low-cost a far coming by, citrus. Hurry, best, included pure need, odor, touch squeezable, rich snappy can't, tummy, how stimulates. Seeing, silky cool warm genuine real traditional newest. And appreciate invigorate tired fresh convenient reduced, light gigantic brighter thought effective excites. Lifetime spectacular like reduced takes too, double to can't vibrant. Whiter pop-top, squeezable secret more made lather money-back, double wherever, more dazzling best creamy. </h1>
Thin goodness low-cost well newer big, whiter thirsty shine. Surrender compact enjoy inside worthwhile anti appreciate announcing thick. Odor really thank-you better low-cost a far coming by, citrus. Hurry, best, included pure need, odor, touch squeezable, rich snappy can't, tummy, how stimulates. Seeing, silky cool warm genuine real traditional newest. And appreciate invigorate tired fresh convenient reduced, light gigantic brighter thought effective excites. Lifetime spectacular like reduced takes too, double to can't vibrant. Whiter pop-top, squeezable secret more made lather money-back, double wherever, more dazzling best creamy.
<p />Thin goodness low-cost well newer big, whiter thirsty shine. Surrender compact enjoy inside worthwhile anti appreciate announcing thick. Odor really thank-you better low-cost a far coming by, citrus. Hurry, best, included pure need, odor, touch squeezable, rich snappy can't, tummy, how stimulates. Seeing, silky cool warm genuine real traditional newest. And appreciate invigorate tired fresh convenient reduced, light gigantic brighter thought effective excites. Lifetime spectacular like reduced takes too, double to can't vibrant. Whiter pop-top, squeezable secret more made lather money-back, double wherever, more dazzling best creamy.
</div>
</div>
<!---EOF INTRO BOX-->
</div>
</div>
</body>
</html>
#introBoxAll{/*random bg image "INTRODUCTION" box container*/
float:left;
width:482px;
min-height:325px;
background:url(../../images/random-images/bg_green.jpg) repeat-y left bottom; /*The default*/
}
.bg_2 #introBoxAll{/*random bg image "INTRODUCTION" box container*/
background-image:url(../../images/random-images/bg_blue.jpg) repeat-y left bottom; /*An alternate*/
}
#introBoxAll{/*random bg image "INTRODUCTION" box container*/
float:left;
width:482px;
min-height:325px;
background:url(../../images/random-images/bg_green.jpg) repeat-y left bottom; /*The default*/
}
.bg_2 #introBoxAll{/*random bg image "INTRODUCTION" box container*/
background:url(../../images/random-images/bg_blue.jpg) repeat-y left bottom; /*An alternate*/
}
.bg_3 #introBoxAll{/*random bg image "INTRODUCTION" box container*/
background:url(../../images/random-images/bg_orange.jpg) repeat-y left bottom; /*An alternate*/
}
bg_4 #introBoxAll{/*random bg image "INTRODUCTION" box container*/
background:url(../../images/random-images/bg_red.jpg) repeat-y left bottom; /*An alternate*/
}