*
{
	margin: 0;
	padding: 0;
	font-family: verdana, sans-serif;
	font-size: 11pt;
}
h1
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-wight: bold;
	padding: 10px 0 10px 10px;
	font-size: 15pt;
	cursor: pointer;
	outline: none;
	color: #000;
	text-decoration: none;
}
h1 a
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15pt;
	text-decoration: none;
}
p
{
	margin-bottom: 0.7em;
}
a
{
	color: #000;
	text-decoration: underline;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	outline: none;
}
h1 a { text-decoration: inherit; }

.strong { font-weight: bold; }
.italic { font-style: italic; }

html, body
{
	width: 100%;
	background: #000;
}
div#center
{
	margin: 0 auto;
	width: 550px;
}
div#container
{
	width: 100%;
	height: 550px;
	margin-top: 25px;
	position: relative;
	top: 0;
	left: 0;
	background: #fff;
}
div#foto
{
	width: 175px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	background: url('../img/foto.jpg') no-repeat transparent;
}
div#content
{
	width: 100%;
	height: 100%;
	position: relative;
	top: 0;
	left: 0;
	/* opacity */
	-khtml-opacity: .70;
	-moz-opacity: .70;
	-ms-filter: "alpha(opacity=70)";
	filter: alpha(opacity=70);
	opacity: .70;
}

.home    {background: green;}
.about   {background: yellow;}
.twitter {background: BLUE;}
.network {background: RED;}
div#content div
{
	width: 355px;
	padding: 0 185px 0 10px;
}