/**
 * Content Container
 */

#Content {
    margin: 0 auto;
    width: 980px;
    }
    .content_top,
    .content_bottom {
        background-repeat: no-repeat;
        height: 16px;        
    }
    .content_top {
        background-image: url(../images/win7_background_top.png) !important;
        background-image: url(../images/win7_background_top.gif);
        background-position: left top;
    }
    .content_bottom {
        background-image: url(../images/win7_background_bottom.png) !important;
        background-image: url(../images/win7_background_bottom.gif);
        background-position: left bottom;
    }
    .content_middle {
        background: url(../images/win7_background_middle.png) repeat-y !important;
        background: url(../images/win7_background_middle.gif) repeat-y;
    }
    
/**
 * Header
 */

#Header {
    height: 100px;
    margin: 0 auto;
    overflow: hidden;
    width: 962px;
    }
    #Header img {
    }

/**
 * Content
 */

#Layout {
    margin: 0 18px;
    overflow: hidden;
    width: 934px;
    }
    #Catwalk {
        background: url(../images/win7_catwalk.jpg) no-repeat;
        height: 357px;
        margin: 0 0 20px;
        }
        .catwalk_text {
            float: right;
            height: 350px;
            text-align: left;
            width: 350px;
            }
            .catwalk_text h1 {
                text-shadow: 1px 1px 1px #aaa;
            }
            .catwalk_text h1,
            .catwalk_text p {
                margin-bottom: 15px;
            }
            .catwalk_text img {
                padding: 0 10px 10px 0;
            }
    #FlashMovieHQ {
        display: block;
        font-weight: normal;
        margin: 4px 4px 0 0;
        text-align: right;
    }
    .content_left,
    .content_right {
        width: 48%;
    }
    .btn {
        margin: 20px 10px 20px 0;
        width: 180px !important;
    }
	
.windows7-download {
	background: #E9EDF8 url(http://www.smilebooks.com/images/_layout/arrow_download.png) no-repeat 2% 50%;
	border: 2px solid #DFE6FE;
	border-radius: 4px;
	-moz-border-radius: 4px;
	float: right;
	margin: 25px 5px;
	padding: 15px 10px;
	text-align: left;
	width: 400px;
	}
	.windows7-download div {
		margin: 0 0 0 15%;
		}
		.windows7-download a {
			color: #666;
			display: block;
			font-size: 1.75em;
			font-weight: normal;
			}
			.windows7-download a:hover {
			}
		.windows7-download span {
			color: #999;
			font-size: 0.8em;
		}
