@charset "UTF-8";
/* CSS Document */

/* Default style, feel free to remove if not needed. */
body, body * {
	vertical-align: baseline;
	border: 0;
	outline: 0;
	padding: 0;
	margin: 0;
}

body {
    background:#ffffff;
}

body {
    background-image: url(skin.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-attachment: fixed;
}

#skin {
	position: absolute;
	width:100%;
	width:100%;
	height:auto;
    text-align:center;
    z-index:0;
}

#iframe1wrapper {
    position:absolute;
    top:10px;
    left:0px;
    width:100%;
    height:250px;
    border:0;
    z-index:1;
    text-align:center;
}
  
#iframe1 {
    position:relative;
    border:0;
    width:970px;
    height:250px;
}

#iframe2wrapper {
    position:absolute;
    top:530px;
    left:0px;
    width:100%;
    height:600px;
    border:0;
    z-index:1;
    text-align:center;
}

#iframe2wrapperinner {
    position:relative;
    width:100%;
    text-align:right;
    width:100%;
    max-width:940px;
    margin:0 auto;
}

#iframe2 {
    position:relative;
    width:300px;
    height:600px;
}