﻿@charset "utf-8";
/* CSS Document */
/* Author: UUNN.CN 厦门优网科技有限公司 */
/* Copyright: 晋江万安机械有限公司 */
/* Created Date: 2008年7月15日 */
/* Modified Date: 2008年7月15日 */

@import url("layout.css");

/* ========================================= 全局定义 ============================================ */

/* * {margin:0;padding:0;} */

html, body {
	margin:0 auto;
	padding:0;
	width:100%;
	height:100%;
	height:auto;
	color:#000000;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	text-align /**/:center; /*for IE5*/
	background:#000;
}
body {
	background:url(../images/common/mainbg.gif) repeat-x;
}

a {text-decoration:none;}
a:link, a:visited {color:#000000;}
a:hover {color:#FC0404;}

.clear, .clean {
	font:0px/0px sans-serif;
	clear:both;
	height:0;
	line-height:0;
	display:block;
	overflow:hidden;
}
img {border:0;}
.l {text-align:left;}
.c {text-align:center;}
.r {text-align:right;}
.fl {float:left;}
.fr {float:right;}
.b {font-weight:bold;}

