/* CSS Document */

body {
background-image:url('image/back.jpg');
background-position:right bottom;
background-repeat:repeat;
background-attachment:fixed;
margin:0px;
}

A:link {
color: #c6d1db;
text-decoration:underline;
}

A:visited {
color:#c6d1db;
text-decoration:underline;
}

A:active {
color: #c6d1db;
text-decoration:underline;
}

A:hover {
color:#c6d1db;
text-decoration:underline;
}

IMG {
margin-left:0px;
margin-top:0px;
}

DIV.boxtitle {
z-index:1;
position:relative;
border:none;
width:700px;
height:80px;
top:0;
left:0;
opacity:0.8;
filter:progid:DXImageTransform.Microsoft.Alpha(Enabled=1,Style=0,Opacity=80);
}

DIV.boxsubmenu {
z-index:2;
position:relative;
width:700px;
height:30px;
top:25px;
left:0px;
border:none;
}


DIV.boxmain {
z-index:3;
background-image:url('image/box0back.jpg');
position:relative;
width:700px;
height:500px;
top:20px;
left:0px;
border-top:solid 3px #17497c;
border-bottom:solid 3px #17497c;
border-right:solid 3px #17497c;
background-color:#0066FF;
}

DIV.boxmenu1 {
z-index:4;
position:relative;
width:200px;
height:230px;
top:0px;
left:0px;
border:solid 0px #000000;
opacity: 0.7;
filter:progid:DXImageTransform.Microsoft.Alpha(Enabled=1,Style=0,Opacity=70);
}

DIV.boxmenu2 {
z-index:5;
position:relative;
width:200px;
height:230px;
top:0px;
left:0px;
border:solid 0px #000000;
opacity: 0.7;
filter:progid:DXImageTransform.Microsoft.Alpha(Enabled=1,Style=0,Opacity=70);
}

DIV.boxmenu3 {
z-index:6;
position:relative;
width:200px;
height:40px;
top:0px;
left:0px;
border:solid 0px #000000;
opacity: 0.7;
filter:progid:DXImageTransform.Microsoft.Alpha(Enabled=1,Style=0,Opacity=70);
}

DIV.box3 {
z-index:7;
background-color:#000000;
position:absolute;
width:515px;
min-height:420px;
top:40px;
left:165px;
border:solid 3px #17497c;
opacity: 0.8;
filter:progid:DXImageTransform.Microsoft.Alpha(Enabled=1,Style=0,Opacity=80);
}

DIV.box3live {
z-index:7;
background-color:#000000;
background-image:url(image/liveback.jpg);
background-repeat:no-repeat;
background-position:right center;
position:absolute;
width:515px;
min-height:420px;
top:40px;
left:165px;
border:solid 3px #17497c;
}

.style-bun {
font-size:10pt;
color:#c6d1db;
margin-top:5px;
margin-left:10px;
margin-right:20px;
line-height:140%;
}

.style-title {
font-size:12pt;
font-weight:bold;
color:#000000;
margin-top:10px;
margin-left:10px;
margin-right:0px;
line-height:140%;
}
