﻿/*
Design by TEMPLATED
http://templated.co
Released for free under the Creative Commons Attribution License

Name       : Artifice
Description: A two-column, fixed-width design with a dark color scheme.
Version    : 1.0
Released   : 20120813
*/

* {
	padding: 0;
	margin: 0;
}

a {
	text-decoration: none;
	color: #E3E3E3;
}

a:hover {
	text-decoration: none;
}

h1 {
font-size:18pt;
font-weight:normal;
 } 

body {
	color: white;
	background: black;
	line-height: 2em;
	font-size: 12pt;
	font-family:Arial;
	font-weight:normal;
	}

#wrapper {
	position:relative;
	width: 100%;
}

#logo {
	position:absolute;
	font-size: 34pt;
	top: 60px;
	left:40px;
	padding:20px;
	display: inline-block;
	background:black;
}

#buttons {
	position:absolute;
	font-size: 12pt;
	bottom: 25px;
	right:20px;
	padding:5px;
	display: inline-block;
	line-height:10px;
}

#buttons ul li {
	display: inline;
	padding: 2px 5px 2px 5px;
	margin:0 5px 0 5px;
	background:black;
}

#box {
position:relative;
padding:20px;
	top:0px;
	left:20px;
}

#text {
position:relative;
	padding:20px;
	width:650px;
	font-size:10pt;
	line-height: 1.8;
} 


#relative {
  position: relative;

  height: 200px;
  border: 0px solid yellow;
} 

#absolute {
  position: absolute;
  top: 20px;
  left:20px;
  width: 200px;
  height: 100px;

  border: 3px solid #73AD21;
}