body {
	background-color: #000000;
}
#wrapper {
	width: 650px;
	margin: 30px auto 0px auto;
}

#header {
	background-image: url(../img/top.gif);
	background-repeat: no-repeat;
	width:650px;
	height: 44px;
}
#container {
	background-image: url(../img/mi.gif);
	background-repeat: repeat-y;
	width: 650px;
}
#left {
	margin-left: 25px;
	width: 420px;
	background-color: #2a2a2a;
	position:relative;
	
}
#left img {margin-bottom:-4px}

#footer {
	background-image:url(../img/btm.gif);
	background-repeat:no-repeat;
	width:650px;
	height:47px;
}
#right {
	float: right;
	margin-right:25px;
	width:168px;
	margin-bottom:10px;
	background-color: #2a2a2a;
}
#logo{margin-bottom:4px;}
#spry {
	height: 300px;
	width: 300px;
	position:absolute;
	top: 48px;
	left: 100px;
	border:1px dashed #333333;
}
.link{float:right}
