@charset "utf-8";
/* CSS Document */

body{
	background-color:#ffffff;
	background-image:url(img/bg.jpg);
	background-position:top center;
	background-repeat:no-repeat;
}

#container{
	width:1000px;
	height:150px;
	margin-left:auto;
	margin-right: auto;
	margin-top: 740px;
}

#link{
	width: 150px;
	height:150px;
	padding-left: 30px;
	padding-right:18px;
	float: left;
}

#link img{
	border:0;
}