/*
Add a Mobile Landing Page to Your Site
By Sam Dunn
Build Internet 2011
http://buildinternet.com/2011/01/add-a-mobile-landing-page-to-your-site
*/
*{
	margin:0;
	padding:0;
}
body{
	text-align:center;
}	
	#banner{
	width:100%;
	padding:10px 0 0;
	color:#000;
	margin:0 0 0 0;
	}
		#banner img{
			margin:0px auto;
		}
	
	#content{
	padding:0px;
	}	
		#content .icon{ 
			height:80px;
			width:80px;
		}
		#content p{ 
			color:#666; 
			font:300 15px Arial, sans-serif;
			margin:0 0 15px 0; 
			line-height:140%;
		}
		#content a{ 
			color:#444;
			border-bottom:1px solid #888; 
			text-decoration:none;
		}
		
			#content a.full-site{
	height:28px;
	font:500 13pt Arial, sans-serif;
	text-transform: uppercase;
	text-decoration:none;
	letter-spacing:0.1em;
	background:url('button-link.png') no-repeat right top;
	border:none;
	color:#00A4D7;
	padding:9px 33px 6px 0;
			}
		
		ul{
	margin:15px 0 15px 0;
		}
			ul li{
				color:#666;
				font:400 14px Arial, sans-serif; 
				text-decoration:none; 
				list-style:none;
				margin:0 0 0 0;
				padding:10px;
			}
			ul li.odd{ 
				background:#EEEEEE;
			}
			
			
			
