/* Suzana Canuto 
   Portfolio Website Project
*/

body { 
	background-color: #333333; 
	font-family: Verdana, Helvetica, sans-serif; 
	font-size: 18px;
}

	

#container {
	background-color: #FFFFFF;
	position: relative;
	top: 0px;
	width: 700px;
	height: 550px;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto; 
	
	border: solid;
	border-width: 1px;
	border-color: #bbbbbb;
}

#logo {
	width: 685px;
	position: absolute;	
	height: 100px;
	padding: 0px 0px 5px 50px;
	top: 50pt;
	left: 60pt;
}

#logo img {
	
	border-color: #bee17b;
	border-width: 1pt;
	border-style: solid;
	border: none;
}



a:link { 
	text-decoration: none;
}

a:visited { 
	text-decoration: none; 
	border: none;
}

a:hover, a:active { 
	text-decoration: none; 
	border: none;
}
