@charset "utf-8";
/* CSS Document */

html
{
	width:100%;
	height:100%;
}
body
{
	width:100%;
	height:100%;
	background-image:url(../images/patola_background.png);
	background-repeat:repeat;
	background-attachment:fixed;
	margin:0px;
}

/*------homepage2 start--------*/
.home2-body
{
	height:100%;
	width:100%;
	margin:0;
}
.home2-logo
{
	width:1000px;
	height:100%;
	background-image:url(../images/patannapatola.png);
	background-repeat:no-repeat;
	background-position:bottom;
}
.enter
{
	height:80px;
}
.slogan
{
	height:430px;
	vertical-align:bottom;
	padding-bottom:30px;
}
/*------homepage2 end--------*/

