/* GENERAL VALUES */
body{
	background-color: #0f1e31;
}

/* DIV CONTAINERS */
div.container{
	width: 518px;
	height: 114px;
	margin: auto;
}

div.header{
	width: 518px;
	height: 66px;
	margin: auto;
	background-image: url('img/header.gif');
	background-repeat: no-repeat;
	background-position: center;
}

div.button{
	width: 161px;
	height: 48px;
	background-image: url('img/button_grid.gif'); 
	cursor: pointer;
}

div.portfolio{
	float: left;
	background-position: 0px 0px;
}

div.portfolio:hover {
	float: left;
	background-position: 161px 0px;
}

div.personal{
	float: right;
	background-position: 0px -48px;
}

div.personal:hover{
	float: right;
	background-position: 161px -48px;
}

