/* <?php header("Content-type: text/css");?> */
@charset "utf-8";
/* 
------------------------------------------------------------
for ;window page
file name: index.css
Author: M.Choi
create: 2010.04.22

======================= contents ===========================

   1: Browser-style reset
   2: index

;
============================================================
*/
/* Browser-style reset
------------------------------------------------------------ */
html{
	margin: 0;
	padding: 0;
	}
body,th,td,h1,h2,h3 {
	font-family:verdana;
	font-size: 10px;
	margin: 0;
	padding: 0;
	color: #000;
	line-height: 1.3em;
	}
body {
	text-align: center;/* for ie6 bug */
	background: #000 url(http://image.netgame.com/netgame/landing/cloudnine/2010/bg.jpg) no-repeat center top;
	}	
p {
	margin: 0;
	padding: 0;
	}	
a,label{
	cursor: pointer;
	}
img {
	border:none;
	}
a:link {
	color: #908773;
	text-decoration: none;
	}
a:visited {
	color: #908773;
	text-decoration: none;
	}
a:hover {
	color: #3399CC;
	text-decoration: underline;
	}
a:active {
	color: #f00;
	text-decoration: underline;
	}
/* for non-CSS
------------------------------------------------------------ */
.aid {
	position: absolute;
	left: -9999px;
	width: 0px;
	height: 0px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	}
/* general item style
------------------------------------------------------------ */
.img_css {
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	}	
/* common
------------------------------------------------------------ */
div.all{
	position: relative;
	text-align: left;
	width:1000px;
	height:508px;
	margin: 0px auto 0 auto;
	z-index: 0;
	}
div.flash{
	position: relative;
	z-index: 1;
	}	
#movie_002,
#movie_003,
#movie_004{
	width:311px;
	height:200px;
	top:221px;
	left:261px;
	position: absolute;
	z-index: 2;
	}
#movie_005{
 width:311px;
 height:200px;
 top:222px;
 left:260px;
 position: absolute;
 z-index: 2;
 }
div.footer {
	z-index: 3;
	position: absolute;
	width:500px;
	height:30px;
	top:450px;
	left:330px;
}
div.footer a.ci {
	width: 97px;
	height: 29px;
 	margin-top: 5px;
	background: url(http://image.netgame.com/netgame/landing/cloudnine/2010/logo_netgame.png) no-repeat;
	_background:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://image.netgame.com/netgame/landing/cloudnine/2010/logo_netgame.png',sizingMethod='scale');
	float: left;
	}
/* right box */
div.footer div.footer_right {
	float: right;
	padding-right: 50px;
	}
* html div.footer div.footer_right {
	padding-left: 10px;
	padding-right: 0px;
	}
/* footer_menu */
div.footer div.footer_right ul.footer_menu {
	padding: 0;
	margin: 7px 0;
	list-style-type: none;
	}
div.footer div.footer_right ul.footer_menu li {
	float: left;
	padding: 0 10px 0 0;
	}
/* copyright */
div.footer div.footer_right div.copyright {
	height: 11px;
	margin: 3px 0;
	color: #908773;
	}	

