/*
	Alexandru Pitea
*/

body{
	background: #356a9c url(background.jpg) no-repeat; 
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFFFFF;
}

#alex{
	position: relative;
	top: 70px;
}
#brb{
	position: relative;
	top: 140px;
}
.text{
	position:relative;
	top: 150px;
	width: 210px;
	text-align: left;
	text-indent: -10px;
	margin: 0 auto;
}
.arrow{
	position:relative;
	left: -10px;
}
#resume{
	text-indent: 0px;
	padding-left: 20px;
}
#resume a{
	color:#FFFFFF;
	text-decoration:none;
}
#resume a:hover{
	text-decoration:underline;
}
hr{
	position:relative;
	left: -5px;
	top: 200px;
	width:230px;
	margin: 0 auto;
	border-top: 1px solid #366a9c;
	border-bottom: 1px solid #84bbde;
}
#tools{
	position:relative;
	left: -10px;
	top: 220px;
}