@charset "utf-8";
/* CSS Document */

body {
}

#container {
	height: 600px;
	width: 960px;
	margin: 0px auto;
}  
#blockleft {
	height: 600px;
	width: 100px;
	text-decoration: none;
	float: left;
}

#main {
	background-image: url(../images/main.jpg);
	height: 600px;
	width: 860px;
	background-repeat: no-repeat;
	float: right;
	position: relative;
}

