/* CSS Document */
body{

background-color:#000000;
width:100%;
margin-left:0px;
margin-right:0px;
}

#welcom-cont{
width:920px;	
margin-left:auto;
margin-right:auto;
}

#welcom{
width:920px;
margin-left:auto;
margin-right:auto;
margin-top:50px;
background-color:#000000;

}

.welcom-bun{
display:none;



}


p{
	color:#CCC;
	text-align:center;
	font-size:12px;
	
}
.welcom-navi a{
	color:#999;
	text-decoration:none;
	font-size:12px;
	
	
}
.welcom-navi{
	width:920px;
position:absolute;bottom:5px;



}
