@charset "utf-8";
/***********************************************************************
**
**  CSS file for balexandre.com website
**
**  Creator: 	Bruno Alexandre
**  Date:		24 October 2008
**
***********************************************************************/

body {
	border: none;
	background-color: #fff;
}
a {
	/*border-bottom: 1px solid #69c;*/
	color: #00019b;
	text-decoration: none;
}
em {
	font-family: "Lucida Sans", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
}
img {
	border: 0;
}

/* CSS Selectors */
#superText
{
	position: absolute;
	left: -3000px;
}
#comingsoon
{
	position: relative;
	color: #fff;
	margin: 5em auto 0;
	width: 652px;
	height: 302px;
}
#copyrightAndSocialBookmarks
{
	position: relative;
	color: #fff;
	margin: 0 auto 0;
	width: 652px;
}
#copyrightAndSocialBookmarks p {
	text-align: right;
	padding-right: 10px;
	margin-top: 1em;
	font-family: "Trebuchet MS";
	font-size: 8pt;
	color: #CCC;
}
#copyrightAndSocialBookmarks span
{
	padding-left: 10px; display: block;
}

#copyrightAndSocialBookmarks span img
{
	margin-top: -3em;
}

/* CSS Clases */
.mousepointer
{
	cursor:pointer;
}
.comingsoonText
{
	background: url('../images/ba_text.png') no-repeat top center;
}
.comingsoonPhoto
{
	background: url('../images/ba_photo.png') no-repeat top center;
}
.hide
{
	display: none;
}