body { background-color:#000;
	background-image:url(images/bg.png);
	background-position: center top;
	background-repeat:no-repeat;
	margin:0px;
}

img {
	border:0px;
}

body.profile { background-color:#000;
	background-image:url(images/bg_profile.png);
	background-position: center top;
	background-repeat:no-repeat;
	margin:0px;
}

body.contact { background-color:#000;
	background-image:url(images/bg_contact.png);
	background-position: center top;
	background-repeat:no-repeat;
	margin:0px;
}

body.services { background-color:#000;
	background-image:url(images/bg_services.png);
	background-position: center top;
	background-repeat:no-repeat;
	margin:0px;
}

.table_main {
	width: 900px;
	height:550p;
}

.font_main {
	color:#939398;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

.font_tiny {
	color:#3C6387;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}

.font_footer {
	color:#999;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

.font_footer2 {
	color:#999;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
}

/*  FOR JAVASCRIPT */

.hide {
    display:none;
 }
.show {
    display:block;
 }   

a {
	color:#CCC;
}