/* License: You are free to take this CSS. :-) No warranty or guarantees.
 * Feel free to credit me, if you like.
 *
 * Original Author: Phan Vĩnh Thịnh <teppi82 tại gmail chấm com>
 */

body {
	margin: 0px;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #000;
	background-color: #fff;
	/*background-image: url(images/background.gif);
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: scroll;*/}

a {text-decoration: none}
a:link {color: #093}
a:visited {color: #073}
a:active {color: #000}
a:hover {text-decoration: underline}
a.nav, a.nav:visited, a.nav:hover {color: #fff}
a.nav:hover {text-decoration: none}

div {
	position: absolute;
	margin: 0px;
	padding: 0px;
	border-style: none;}
#logo {
	top: 0px;
	left: 0px;
	width: 120px;
	height: 120px;
	background-color: #fff;}
#banner {
	top: 50px;
	left: 240px;
	width: 468px;
	height: 60px;
	background-color: #fff;}
#header {
	top: 0px;
	left: 0px;
	height: 125px;
	width: 975px;
	border: solid gray 10px;}
#navbar {
	top: 153px;
	left: 0px;
	/*height: 150;*/
	width: 100px;
	border: solid gray 2px;
	padding: 10px;
	background-color: #fff;}
#links {
	top: 360px;
	left: 0px;
	/*height: 150;*/
	width: 100px;
	border: solid gray 2px;
	padding: 10px;
	background-color: #fff;}
#main {
	top:153px;
	left: 140px;
	width: 680px;
	border: solid gray 2px;
	padding: 10px;}
#screenshots {
	top: 153px;
	left: 860px;
	border: solid gray 2px;
	padding: 3px;
	width: 125px;}
#foot {
	top: 1200px;
	left: 10px;
	text-align: right;}

h1 {font-family: arial, helvetica; font-size: 150%; color: #0c6}
h2 {font-family: arial, helvetica; font-size: 120%; color: #093}
h3 {font-family: arial, helvetica; font-size: 110%; color: #093}
h4 {font-family: arial, helvetica; font-size: 110%; color: #093}
p {text-align: justify; text-indent: 1.5em; margin: 0pt;}
p.foot {text-align: right; text-indent: 1.5em; margin: 0pt;}
p.screenshots {text-align: center; text-indent: 0em; margin: 0pt;}