@charset "utf-8";
/* Bruna Perosa : Portfólio */

body {
	border: 0px;
	margin: 0px;
}

#index {
	background-image: url(images/bkg-v.jpg);
	margin-top: 0px;
	margin-bottom: 0px;
}

#container {
	display: table;
	position: fixed;
	width: 100%;
	height: 100%;
}

#content {
	width: 650px;
	border: 0px;
	margin-left: auto;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	display: table-cell;
	vertical-align: middle;
	position:relative;
	top: expression(this.parentNode.clientHeight/2 - this.firstChild.clientHeight/2 + " px");
}

#center {
	margin: 0 auto;
	width: 650px;
}

#content #logo {
	background-image: url(images/logo_index.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 58px;
	width: 391px;
	border: 0px;
}

#content #menu {
	float: left;
	width: 391px;
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
	border: 0px;
	text-align: right;
}

#content #hello {
	float: right;
	width: 224px;
	margin-left: 15px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	border: 0px;
}

h1 {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 24pt;
	font-style: italic;
	color: #ffcf7d;
	line-height: 30pt;
	letter-spacing: -1px;
	margin: 0px;
	padding: 0px;
}

p {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	color: #febf55;
	line-height: 16pt;
	letter-spacing: -1px;
	margin: 0px;
	padding: 0px;
}

A, A:link, A:visited, A:active {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-style: normal;
	color: #FFF;
	letter-spacing: -1px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
}

A:hover {
	color: #ffcf7d;
}