@media handheld{
	body {
		background-color: #010101;
		color: #FFF;
		max-width: 1000px;
		min-width: 100px;
		min-height: 480px;
		margin-left: auto;
		margin-right: auto;
		position: relative;
	}

	header, footer, aside, nav, section {
		display: block;
	}  

	header {
		text-align: center;
		background-color: #577;
		padding-right: 10px;
	}

	nav {
		float:top;
		text-align: left;
	}

	nav li{
		list-style-type: none;
		background-color: #002;
		border: 1px solid #0A0;
	}
	
	nav table{
		position: relative;
		border-collapse: collapse;
		margin-left: auto;
		margin-right: auto;
	}
	nav th, td{
		border: 1px solid #0A0;
	}
	
	nav td{
		background-color: #001;
	}
	
	nav th{
		background-color: #003;
	}
	
	nav h3{
		text-align: center;
	}

	nav a{
		color: #0FF;
		text-decoration: none;
		display: block;
	}

	section li{
		list-style-type: none;
	}

	section a{
		color: #F93;
	}

	section a:visited{
		color: #F00;
	}

	#main{
		min-height: 350px;
		font-family: "Verdana", sans-serif;
		padding-bottom: 100px;
	}

	footer {
		position: absolute;
		bottom: 0px;
		left: 0%;
		right: 0%;
		background-color: #111;
		text-align: center;
		border: 1px solid blue;
	}
)
