* {
	margin: 0px;
	padding: 0px;
}
body {
	padding-top: 0px;
        color: #FFF;
	background-color: transparent;
	font-family: verdana, arial, sans-serif;
	
	text-align: left;
	letter-spacing: 1px;
}
table.full-height { 
 height:100%; 
}
a {color: #FFF;font-size: 14px;}
a:hover {border:0px; color: #00ffff;}

.more{float: left;}
.clear{clear:both;}
p{	margin: 20px 0px 20px 0px;line-height: 16px;font-size: 12px;}
#container {
	margin: 0px auto;
	width:690px;

}

#cgmenu a{
	font-family: verdana, arial, sans-serif;
	font-size: 14px;
	font-weight:bolder;
	color:#000;
	text-transform: uppercase;
}
#cgmenu a:hover {color: #00ffff;}

#cgbkpic {
        position:relative;
	background-repeat:no-repeat;
	width:690px;
	height:450px;
        z-index:0;
	margin: -470px 0px 0px 0px;
}

#cgbox {
        position:relative;
	width:600px;
        height:400px;
	margin: -450px 20px 40px 20px;
        z-index:1000;
        background-color:#000000;
        border:2px solid black;
        /* for IE */
        filter:alpha(opacity=70);
        /* CSS3 standard */
        opacity:0.7;
}

#cgbottom {
        position:relative;
	width:580px;
        height:30px;  
	margin: -60px 200px 0px 200px;
        z-index:2000;
}

#cgtext {
        position:relative;
	width:580px;
  	margin: 40px 40px 40px 40px;
        z-index:2000;
        min-height:400px;
}

/* mac hide \*/
* html #cgtext{height:400px}
/* end hide */ 

#cgtext h2{
	margin: 0px 0px 20px 0px;
}
#cgtext p{
	width:580px;
}

