/* 
CSS STYLESHEET FOR AVSENSE.CH
**********************************************************
FILENAME:		MAINSTYLE.CSS
FILEVERSION:	1.0
LICENSED FOR:	WWW.AVSENSE.CH
AUTOR:			JEYASUTHAN KADIRGAMANTHAN
*********************************************************
COPYRIGHT BY BANDGENOSSENSCHAFT(AWI) - WWW.BAND.CH
*********************************************************
*/
@charset "utf-8";

html,
body {

}

#page {
	margin:0 auto;
	width:740px;
	background: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	height: auto;
	color: #666666;
}

#page #con_body a{
	color:#000;
	text-decoration:none;
}
#page #con_body a:hover{
	text-decoration:underline;
}

#home_header{
width:740px;
height:60px;
background: url(../images/home_header.png) no-repeat;
}

#home_body{
width:720px;
height:450px;
margin:0 auto;
text-align:center;
}

#home_footer{
width:740px;
text-align:center;
background:url(../images/home_footer.png) no-repeat;
height:20px;
line-height:20px;
}

#con_bodyf{
	margin-top:20px;
	overflow:auto;
	height:340px;
}