All pastes #2056738 Raw Edit

Unnamed

public text v1 · immutable
#2056738 ·published 2011-05-11 11:44 UTC
rendered paste body

a:link { 	color: black;
		text-decoration: none; }

a:visited {	color: black;
		text-decoration: none; }

li.menu {	
		list-style: none;
		height: 2em; }

a:hover { color: red; }



#container {	margin: 0 auto;
		width: 540px; }

#logo {		position: absolute;
		top: 100px;
		left: 300px; }
#menu {		position: absolute;
		top: 200px;
		left: 180px;
		width: 120px;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
		list-style:none }

#info {		position: absolute;
		top: 200px;
		left: 380px;
		width: 400px;
		font-family: Arial, Helvetica, sans-serif; }

#picture {	float: right;
		width: 50%; }