﻿/*
    	 *Main Css File
    	 *By Lon
    	 *Modify By iTrice
    	 */

/*html上所有无素的margin,padding,全部置空*/
*
{
	margin: 0;
	padding: 0;
}
body
{
	font-size: 12px;
	background-color: #69f;
	background-image: url('../images/bg.jpg');
	background-repeat: repeat-x;
	text-align: left;
}

a
{
	text-decoration: none;
	color: black;
	cursor:pointer;
}
a:hover
{
	color: #69f;
}
img
{
	border: none;
}
hr
{
	height: 1px;
	color: #bbb;
	width: 95%;
	margin: 0 auto;
}

.clearfloat
{
	height: 0;
	clear: both;
}

/*页面左右*/
.leftSide
{
	float: left;
	overflow: hidden;
	height: 609px;
}
.rightSide
{
	float: right;
	overflow: hidden;
}
a
{
	text-decoration: NONE;
}
a:hover
{
	position: relative;
	left: 1px;
	top: 1px;
}
