/*
The Index Page
The style for the main page
*/

@import url("./style.css");

	#lizardhead
	{
		position:relative;
		left:700px;
		top:-103px;
	}
	#lizardtail
	{
		position:relative;
		left:620px;
		top:-7px;
	}
	#maincontent
	{
		position:relative;
		font-size: 4em;
		top:-60px;
	}
	
	.block
	{
		padding:10px;
	}
	#wemade
	{
		width:400px;
		float:left;
	}
	#wesay
	{
		width:330px;
		float:right;
		border-left:10px #268040 solid;
	}
	#wesaycontent
	{
		padding-left:10px;
		color:#134020;
		font-size:50%;
	}
