body {
	background-color: #FFF;
	color: #000;
	font-family: Trebuchet MS, sans-serif;
	font-size: .9em;
	}
img {
	border: 0;
	}
a {
	color: #3C9;
	text-decoration: none;
	}
a:visited {
	color: #3C9;
	text-decoration: none;
	}
a:hover { 
	color: #F90;
	text-decoration: underline;
	}
a:active {
	color: #C60;
	text-decoration: underline;
	}
#link {
	width: 130px;
	height: 348px;
	padding: 50px 20px 0 0;
	margin-right: 20px;
	float: left;
	text-align: right;
	}
#wrap {
	width: 900px;
	height: 400px;
	margin: 5% auto auto auto;
	padding-top: 10px;
	border: 1px solid black;
	}
.small {
	font-size: .6em;
	text-align: center;
	}
.big {
	font-size: 1.1em;
	}