/* CSS Document */

body {
	margin: 0px;
	padding: 0;
	text-align:center;
	background-color: #535353;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 16px;
}
#wrap{
	margin:0 auto;
	padding: 0;
	width: 760px;
}

html>wrap{
	width: 760px;
}
#top{
width:760px;
height:10px;
background-image:url(img/topshade.jpg);
background-repeat:no-repeat;
float:left;
background-position:top;
}
#midshade{
width:760px;
float:left;
background-image:url(img/midshade.jpg);
background-repeat:repeat-y;
}
#rightshade{
width:10px;
float:left;
background-image:url(img/rightshade.jpg);
background-repeat:repeat-y;
}
#bottom{
width:760px;
height:10px;
background-image:url(img/downshade.jpg);
background-repeat:no-repeat;
float:left
}
#flash{
width:760px;
height:660px;
margin:10px
float:left;
//background-color:#009900;
}
