﻿/********************************************************
CSS Document
WeiSite : http://www.kipone.com.cn 旗牌王
Useing : Public Style(公共样式)
Author : 雪松
Power By: http://www.woncent.com
Passed : XHtml 1.0, CSS 2.0, IE6.0+, IE7.0+, FF2.0+, Opera9.26+
Update : 2008-12-06
********************************************************/
*{
margin:0;
padding:0;
list-style:none;
}
body{
background:#000;
font:12px/1.5em Verdana, Arial, "宋体",Helvetica, sans-serif;
color:#aaa;
}
body a{
color:#aaa;
text-decoration:none;
outline:none;
}
body a:hover{
color:#FEC92C;
}
table{
border-collapse:collapse;
}
img,td,button{
border:none;
}
/*===== Body Style 主体框架样式 =====*/
#wrap{
width:100%;
background:#000;
}
#main{
width:1003px;
height:568px;
margin:0 auto;
}
#footer{
text-align:center;
width:1003px;
height:29px;
background:#000;
border-bottom:1px solid #333;
font-size:10px;
line-height:24px;
margin:0 auto;
}
#footer span{
float:right;
padding-right:30px;
}
#showContent{
width:100%;
background:url(bluebg.png) 50% 0% no-repeat;
margin:-598px 0 0 0;
z-index:2;
}
#showContent p{
position:relative;
}
