/* Intro CSS */
/*TECHGUA LLC */

/* Table to cneter content */

body
{
	font-family: Verdana, Arial, "Lucida Sans Unicode", "Lucida Grande", Helvetica, sans-serif; 

}

#intro_image
{
		border: 0px solid green;
		height: 475px;
		width: 775px;	
}

/* The intro container for the webpage */
#intro_container
{
	/*background-image:url(../images/Techgua_splash_page.gif);*/
	width:775px;
	height:475px;  
	border: 1px solid #F89C2E;
	padding: 0px;
}

a
{
	text-decoration: none;
	color: #99CCFF;
	border: none;
}

a:hover
{
	text-decoration: none;
}

a img 
{
	background-color: Tranperant;
	border: 0x solid  #999999;
}

#enter
{
	visibility: hidden;
}