BODY {
	background: #000 url("line_bg.jpg") repeat-y fixed 50% 0;
	color: #000;
}

#container {
	margin: 0 auto 0 auto;
	width: 457px;
	overflow: hidden;
}

/* hidden unless html isn't using stylesheet, some cool trick i learned somewhere... 
set the parent to overflow:hidden so anything outside the parent div isn't seen, in
this case this div below, i just put some insanely high number guaranteed to push the 
box out of view */
#text-logo {
	margin-left: 1000px;
}

#logo {
	background: transparent url("cv-open.png") no-repeat 0 0;
	width: 457px;
	height: 70px;
}

#cv {
	background: #fff url("cv.jpg") no-repeat 0 0;
	width: 220px;
	height: 515px;
	float: left;
}

#link {
	margin-top: 200px;
	margin-left: 1px;
	float: left;
	width: 183px;
}

a {
	display: block;
	width: 160px;
	height: 120px;
	background-color: #ccc;
	border: 0px;
	overflow: visible;
}

a:hover {
	background-color: #0376d1;
}