/*
Name: FRIDO CLAUDINO - PHOTOGRAPHY / FOTOGRAFIA
URI: http://fridoclaudino.com/
Author: Frido Claudino
*/

* {	margin:0;
	padding:0;
	}

body {
	background:#000 url('http://fridoclaudino.com/intro/fundo.jpg') fixed top no-repeat;
	font:90% Arial, Sans-Serif;
	color:#aaa;
	text-align:center;
	}

p {
	padding: 10px 0 0 10px;
	}

a:link, a:visited {
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	}

a:hover, a:active {
	color:#ccc;
	text-decoration:none;
	}

img {
	padding:4px;
	margin-bottom:10px;
	background:url('http://fridoclaudino.com/intro/fundo2.png') repeat;
	border:1px solid #333;
	}
	
#conteudo {
	top:48%;
	left:50%;
	margin:-215px 0 0 -470px;
	position:absolute; 
	height:430px;
	width:940px;
	background:url('http://fridoclaudino.com/intro/fundo2.png') repeat;
	}
	
#painel {
	background:url('http://fridoclaudino.com/intro/fundo2.png') repeat;
	}

h1 {
	padding:30px;
	font: 1.7em Trebuchet MS, Arial, Sans-Serif;
	font-weight:bold;
	text-align:center;
	}

h2 {
	padding:15px;
	font: 2em Trebuchet MS, Arial, Sans-Serif;
	text-align:center;
	}

h2 a:link, h2 a:visited {
	font-weight:normal;
	}

#foto {
	float:left;
	padding-left:10px;
	margin-top:10px;
	width:610px;
	}

#idioma {
	float:left;
	padding-left:10px;
	margin-top:10px;
	width:300px;
	}

#caixa {
	margin-bottom:20px;
	width:300px;
	background:url('http://fridoclaudino.com/intro/fundo2.png') repeat;
	}

.clearfloat:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	width:auto;
	content:".";
	}
