@charset UTF-8;

html{
    height: 100%;
    width: 100%;
	background:#000;
}

body{
	background: none repeat scroll 0 0 #000;
    color: #333333;
    margin: 0;
    overflow: hidden;
    padding: 50px 0 0;
    text-align: left;
	height: 100%;
    width: 100%;
}

#siFrame{
	color: #666666;
	background:#fff;
    height: 100%;
    width: 100%;
    z-index: 10;
}