@charset "utf-8";
/******************************************************************
***   Global Settings   ***
*******************************************************************/
/*
-------------------------------------------------
@Encoding			= charset "utf-8"
-------------------------------------------------
@Css Version		= Css Level 2
-------------------------------------------------
@Copyright			= Copyright 2008-2009, 
-------------------------------------------------
@Language			= en
-------------------------------------------------
@Author				= http://seedsolutions.co.in/ 
-------------------------------------------------
@Link				= http://seedsolutions.co.in/ 
-------------------------------------------------

*/

/*********************************************************************
***   Body Class Starts Here   ***
**********************************************************************/
*{
margin:0px;
}
#contentholder{
width:900px;
height:612px;
margin:0 auto;
background:url(../images/indexbg.jpg) left top no-repeat;
}

.passionText{
padding-top:60px;
padding-left:26px;
height:auto;
float:left;
}

.cols1{
width:217px;
height:424px;
float:left;
padding-left:70px;
}

.cols2{
width:156px;
height:424px;
float:left;
padding-left:68px;
}

.cols3{
width:218px;
height:424px;
float:left;
padding-left:85px;
}

.enter{
display:block;
width:92px;
height:32px;
background:url(../images/enter.png) left top no-repeat;
color:#FFFFFF;
text-decoration:none;
cursor:pointer;
margin:0 auto;
}

