/* CSS Document */
/*.........................................

	Title:		LABTEC
	Author:		imran@xsstudios.com
	Updated:	17 November 2008
	Version:	1.0
    Website:	http://www.xyz.com
	
..........................................*/
* 
{
	margin:0px;
	padding:0px;
}
/* end */
img 
{
	border:none;
}
/* link styles */
a 
{
	outline:none;
	color:#646464;
	font-family:Arial;
	text-decoration:none;
}
a:hover 
{
	text-decoration:none;
}
body {
	xmargin-left: 0px;
	xmargin-top: 15%;
	xmargin-right: 0px;
	xmargin-bottom: 15%;
	
	background-color:#fff;	
	color:#7d7d7d;
	font-family:Arial;
	font-size:11px;
	text-align:left;
	line-height:18px;
	text-decoration:none;
}
body table{
	height:605px;
}
.main{
	background:url(../images/intro/background.jpg) center repeat-x;
	xbackground-color:#000000;
}
.flash{
	border-top:2px solid #e0e0e0;
	border-bottom:2px solid #e0e0e0;
	border-left:2px solid #e0e0e0;
	border-right:2px solid #e0e0e0;
	/*width:556px;
	height:400px;*/
	width:544px;
	height:388px;
	margin-left:auto;
	margin-right:auto;
	background-color:#fff;
}
.flash-content{
	width:393px;
	margin-right:auto;
	margin-left:auto;
	margin-top:160px;
	color:#7d7d7d;
	font-size:18px;
	text-align:center;
	line-height:24px;
}
.footer{
	width:100%;
	margin-left:auto;
	margin-right:auto;
}