/* CSS Document */

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

	body {
		background-image: url('images/body_bg.png');
		background-repeat:no-repeat;
		background-color:#22455a;
		height:100%;
	}
	
	#container {
		width: 960px;
		margin: auto;
		position:relative;
	}
		

	#content {
		top:250px;
		left:50px;
		width:500px;		
		position:absolute;
	}
	
	#content p {
		font-family:baskerville,georgia;
		font-size:24px;
		color:#fff;
		line-height:1.5;
		padding:10px;
	}
	
	#content a {
		font-family:baskerville,georgia;
		font-size:24px;
		color:#ffb401;
		line-height:1.5;
		text-decoration:none;
	}
	
	#content a:hover {
		color:#fff;
		border-bottom:1px dotted #eee;		
	}