/* GLOBAL */
body {
	background: #ffffff;
/*	background-attachment: fixed;	
	background-image: url(bg.jpg);
	background-repeat: no-repeat;
	background-position: center;	
	margin-left:auto;
	margin-right:auto;
*/	color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 12px;
}

td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}

/* LINKS */

a {
	text-decoration:none; 
	color:#000000;

}

a:active {
	text-decoration:none;
	color:#000000;
}

a:visited {
	text-decoration:none;
	color:#000000;
}

a:hover {
	background-color:#ff3333;
	color:#ffffff;
}

a img {
	border:none;
}

/* CONTAINERS */

#picture {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#ffffff;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	width:370px;
	height:500px;
	padding:0px;
}

#contact {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	width:370px;
	height:100px;
	padding:0px;
}