@charset "utf-8";

.sat1, .sat2{
width:400px;
height:430px;
float:left;
margin-left:28px;
margin-bottom:30px;
text-align:left;
cursor:pointer;
-moz-border-radius: 0.5em;
-webkit-border-radius: 0.5em;
behavior: url(/js/border-radius.htc);
border:#ffffff solid 2px;
}

.sat1t{
font-size:0.8em;
color:#111;
margin:200px 20px 10px 20px;
text-align:justify;
background-color:#eee;
opacity:0.5;
-moz-border-radius: 0.5em;
-webkit-border-radius: 0.5em;
padding:3px;
behavior: url(/js/border-radius.htc);
}

.sat1:hover .sat1t{
opacity:1;
filter:progid:DXImageTransform.Microsoft.Alpha(Enabled=1,Style=0,Opacity=100);
}

.sat2:hover .sat1t{
opacity:1;
filter:progid:DXImageTransform.Microsoft.Alpha(Enabled=1,Style=0,Opacity=100);
}

.sat1{
background-image:url(../images/satbg.jpg);
background-position:bottom left;
background-repeat:no-repeat;
}

.sat2{
background-image:url(../images/ninobg.jpg);
background-position:bottom left;
background-repeat:no-repeat;
}

.sat1:hover, .sat2:hover{
border:#880000 solid 2px;
}

.sat_base{
width:882px;
height:500px;
color:#fff;
background-color:#111;
position:relative;
text-align:left;
}

.buttonbox{
width:330px;
position:absolute;
margin:220px auto auto 30px;
}

.satbutton{
width:100px;
height:50px;
-moz-border-radius: 0.5em;
-webkit-border-radius: 0.5em;
behavior: url(/js/border-radius.htc);
background-color:#444;
text-align:center;
line-height:50px;
margin-right:10px;
margin-bottom:10px;
float:left;
cursor:pointer;
}

.satbutton:hover{
background-color:#666;
}

#satwin1, #satwin2, #satwin3, #satwin4, #satwin5, #satwin6, #satwin7, #satwin8, #satwin9, #satwin10{
width:360px;
height:240px;
position:absolute;
margin:210px auto auto 480px;
background-color:#222;
-moz-border-radius: 0.5em;
-webkit-border-radius: 0.5em;
behavior: url(/js/border-radius.htc);
color:#fff;
visibility:visible;
padding:15px;
font-size:0.8em;
text-align:justify;
visibility:hidden;
}

.sattxt{
color:#eee;
margin:0 30px 10px 50px;
list-style:inside;
font-size:0.8em;
}

.sattxtbox{
width:410px;
float:left;
}