/*
	Call Back Academy CSS
	 
	Date 24/09/09										
/*	
	REDEFINED HTML TAGS
*/
*{ margin:0px; padding:0px;}
a img{border-width: 0px;}
a{
	color: #FFF;
	text-decoration: none;
	background-color: #000;
}
a:hover{
	text-decoration: underline;
}
body { 
	background-color: #1A1A1A;
	background-image: url(../images/splash_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.hr{
	width:100%;
	height:9px;
	line-height:0px;
	border: 0px;
	background-image: url(../images/splash_hr.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #000;
	border-color: #000;
	margin: 5px 0px 5px 0px;
	clear: both;
	font-size: 1px;
}

/*
	ID's
*/
#wrapper{
	font-family: Arial,Helvetica,sans-serif;
	text-align:center;
}
#main{
	background-color: #000;
	width:615px;
	height: 400px;
	margin: 0 auto;
	position: relative;
	top: 78px;
}
#camera{
	margin-bottom:10px;
}
