 * { padding: 0; margin: 0; }
	
a img { border: 0; }

	
.container{
		background: url('bg.jpg') no-repeat;
		margin: -50px auto;
      	width: 800px;
      	height: 800px;
      	font: 11px "Courier New", Courier, monospace;
      	}
      	
.container a{
		color: #666666;
		text-decoration: none;
		}
		
.container a:hover{
		color: black;
		text-decoration: underline;
		}
      	
.lifefile{
		width: 600px;
		float: left;
		margin-top: 170px;
		margin-left: 100px;
		font-family: "Helvetica", Arial, sans-serif;
		font-size: 40px;
		font-weight: normal;
		color: #626262;
		line-height: 45px;
		letter-spacing: -1px;
		}
		
.small{
		font-family: "Courier New", Courier, monospace;
		font-size: 14px;
		font-weight: normal;
		letter-spacing: 0px;
		line-height: 26px;
		}
		
.lifefile a{
		padding: 4px;
		border: 1px solid #aaa;
		color: #000;
		font-weight: 400;
		text-decoration: none;
		}
		
.lifefile a:hover{
		border: 1px solid #333;
		color: #000;
		cursor: pointer;
		text-decoration: none;
		}		
