body{
    margin:0px;
    padding:0px;
    text-align:right;
    background: #fdede4 url(img/bg.gif) 0% 0% no-repeat fixed;
}

html {
	scrollbar-face-color:#fdede4;
	scrollbar-track-color:white;
	scrollbar-arrow-color:white;
	scrollbar-3dlight-color:#fdede4;
	scrollbar-highlight-color:#fdede4;
	scrollbar-shadow-color:#fdede4;
	scrollbar-darkshadow-color:#fdede4;
}

body,td,th,input,textarea,select {
	font-family :Verdana,Osaka;
	font-size:12px;
	line-height:14pt;
	letter-spacing :medium;
	color:#696969;
}

a  { text-decoration:none; }
A:link {color:#8f6552;text-decoration: underline;}
A:visited {color:#8f6552;text-decoration: underline;}
A:active {color:#8f6552;}
A:hover {color:#ef857d;}	

img{border:0px;}

#vew{
    position:relative;
    width:700px;
    margin:100px 0px 0px auto

}


#menu {
	width: 700px;
	height:40px;
	margin:0;
	border-bottom: 5px #ffffff solid;
	text-align:left;

}

#main{
    width: 700px;
    margin:0;
    background-image : url("img/bg2.gif");
    background-attachment: fixed; background-position: 100% 100%;
    background-repeat: no-repeat ;
    padding:20px 0 10px 0;
    background: #fffff;
}

.text{
    text-align:left;
    margin:5px;
    padding:0 10px 0 10px;
}
span.title{
	color:#000000;
	font-weight: bold;
}

