body	{
		background-color: #5863b2;
		color: #ffcc44;
		overflow: hidden;
	}

h1	{
		font-size: 48pt;
		opacity:0.7;filter:alpha(opacity=70);
		position: relative;
		top: 140;
		z-index: 200;
	}

h2	{
		position: relative;
		top: 200;
		left: 200;
		color: red;
		z-index: 300;
	}

ul	{
		background-color: #0dcc91;
		border: 5px groove #15b282;
		font-size: 16pt;
		font-weight: bold;
		height: 300;
		width: 350;
		position: absolute;
		top: 100;
		left: 330;
		z-index: 500;
	}

li	{
		position: relative;
		left: -20;
	}

.content {
		background-color: #b28a1d;
		border: 15px solid #ffcc44;
		margin: 25px;
                height: 350;
                width: 450;
		float: left;
                top: -50;
		left: 150;
	}
		

