        /* <![CDATA[ */
            html, body {
                height: 100%; 
                margin: 0;                                                                      
                padding: 0;  
		font-family: arial;                                                                   
            }

            div#shim {
                visibility: hidden;
                width: 100%;
                height: 50%;
                margin-top: -350px;
                float: left;
            }

            div#box {
                width: 100%;
                height: 710px;
		margin-left: auto;
		margin-right: auto;
                clear: both;
                position: relative;
                top: -200px;
                /* IE4ever Hack**/
                    position: static;
                /** end hack */
		background: url(bg.jpg) no-repeat 50% 50%;
		min-width: 1000px;
		width:expression(document.body.clientWidth < 1005? "1000px": "100%" );
            }


            /* Hide from IE5mac \*//*/
                div#shim {
                    display: none;
                }
                html, body {
                    height: auto;
                }
            /* end hack */

		/* ]]> */

	    #content {
		width: 880px;
                height: 640px; 
		margin-left: auto;
		margin-right: auto;
		padding: 20px;
		overflow: hidden;
	    }


            #title {
		text-align: center; 
		font-size: 64px;
		font-weight: normal;
		margin-top: 0px;
		margin-bottom: 10px;
		color: #333333;
	    }

	    #scroll_content {
		width: 880px;
		overflow: hidden;
		height: 550px;
		position: relative;
	    }

	    #scroll {
		width: 2640px;
		overflow: hidden;
		position: relative; 
		right: 880px;
	    }

	    div.window{
		width: 800px;
		padding-left: 40px;
		padding-right: 40px;
		float: left;
	    }

	    p.text1 {
		font-size: 17px; 
		color: #333333;
		text-align: center;
		margin: 0px;
		margin-bottom: 15px;
            }

	    p.text2 {
		font-size: 17px; 
		color: #333333;
		text-align: left;
		margin: 0px;
		margin-bottom: 32px;
		text-indent: 30px;
            }

	    div.tags {
		margin-top: 50px;
		margin-bottom: 50px;
		text-align: center;
		line-height: 165%;
            }
	
	    div.tags span{
		margin-left: 5px; 
		margin-right: 5px;
            }

	    div.link {
		margin-top: 20px; 
		margin-bottom: 30px;
	    }

	    div.link a{
		color: #b71112;
		font-size: 18px;
		font-style: italic;
		text-decoration: none;
	    }

	    div.link a:hover{
		border-bottom: 1px dashed #b71112;
	    }