@charset "utf-8";
body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0;
	padding: 0;
	color: #000;
}

#container {
width: 400px;
height: 100px;
position: absolute;
top: 50%;
left: 50%;
margin-top: -50px;
margin-left: -200px;
background-color: #fff;
text-align:center;
}

#container_profile {
width: 400px;
height: 400px;
position: absolute;
top: 50%;
left: 50%;
margin-top: -200px;
margin-left: -200px;
background-color: #fff;
text-align:center;
}

#content {
width: 390px;
height: 390px;
position: absolute;
top: 50%;
left: 50%;
background-color: #fff;
}

#container_base {
	position: absolute;
	bottom: 50px;
	left: 0px;
	height: 25px;
	width: 100%;
	text-align: center;
	padding: 0px;
	background-color: #fff;
	font-family: Verdana, Arial, Helvetica, SunSans-Regular, Sans-Serif;
	font-size: small;
}

#footer { 	
  position:absolute;
  bottom:0;
  left:0;
  height:34px;
  width:100%;
  text-align: center;
  padding: 0px;
  background-color: #ffffff;
  border-top: 1px dotted #000000;
  font-family: Verdana, Arial, Helvetica, SunSans-Regular, Sans-Serif;
  font-size:x-small;
}


#blink{ 	
  display: inline;
  font-size:x-large;
}

a:link {
	color: #42413C;
	text-decoration: underline;
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}

h1 {
	font-size:24px;
	padding: 0px; 
	margin: 0em 0 2px;
}
h3 {
	font-size:16px;
	padding: 0px; 
	margin: 0em 0 2px;
	text-align:left;
}
p {
	font-size:12px;
	padding: 0px; 
	margin: 0em 0 2px;
	text-align:left;
}
#footer p {
	  text-align: center;
}
#container_base p {
	  text-align: center;
}
a:link, a:visited {
    text-decoration: underline;
    color: #000;
    background-color: transparent;
}
a:hover, a:active {
    text-decoration: underline;
    color:#F00;
}