/* CSS Document */

body	{
		background-image: url("images/Bg_Lines.jpg");
		background-repeat: repeat-x;
		background-color: #00C600;
		color: #FFF;
		font-family: Tahoma, "Sans Serif";
		font-size: 13px;
		margin: 0px;
		}
				
		
.content	{
		width: 800px;
		margin: 0px auto;
		height: 400px;		
		}
		
.logo	{
		width: auto;
		height: 350px;
		background-position: center center;
		background-repeat: no-repeat;
		background-image: url("images/Logo.png");
		}
		
.navbar	{
		width: 800px;
		margin: 0px auto;
		background-color: #00C600;
		height: 50px;
		background-repeat: repeat-x;
		background-image: url("images/Nav_Bg.jpg");
		margin-bottom: 40px;
		}
		
.navbar a	{
		float: left;
		width: 200px;
		height: 35px;
		padding-top: 15px;
		text-align: center;
		text-decoration: none;
		color: #FFF;
		}
		
.navbar a:hover	{
		background-position: center;
		background-repeat: no-repeat;
		background-image: url("images/Nav_Over.png");
		}
		
.intro	{
		width: auto;
		margin-top: 35px;
		margin-bottom: 15px;
		background-position: left;
		background-repeat: no-repeat;
		background-image: url("images/Intro_Bg.jpg");
		height: 60px;
		}
		
.download	{
		width: auto;
		margin-top: 35px;
		margin-bottom: 15px;
		background-position: left;
		background-repeat: no-repeat;
		background-image: url("images/Download_Bg.jpg");
		height: 60px;
		}
		
.screenshots	{
		width: auto;
		margin-top: 35px;
		margin-bottom: 15px;
		background-position: left;
		background-repeat: no-repeat;
		background-image: url("images/Screenshots_Bg.jpg");
		height: 60px;
		}
		
.backstory	{
		width: auto;
		margin-top: 35px;
		margin-bottom: 15px;
		background-position: left;
		background-repeat: no-repeat;
		background-image: url("images/Backstory_Bg.jpg");
		height: 60px;
		}
		
.text	{
		width: 800px;
		margin: 0px auto;
		background-color: #00C600;
		background-repeat: repeat-x;
		background-image: url("images/Text_Bg.jpg");
		}
		
.pad	{
		padding: 50px;
		width: auto;
		}
		
a		{
		color: #FFF;
		}
		
a:hover	{
		text-decoration: none;
		}
		
img		{
		margin-left: 15px;
		}