html, body {
	font-family: Helvetica, Arial, sans-serif;
	height: 100%;
	margin: 0;
	padding: 0;
}

img#bg {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

#content {
	position: absolute;
	z-index: 1;			
	width: 94%;		
	height: 85%;
	margin: 3%
}

#content #left{
	float: left;			
	height: 100%;
	width: 50%;
	padding: 15px;
}

#content #right{
	float: right;
	background: url(/images/contentbg.png);		
	color: white;
	width: 40%;
	height: 100%;
	padding: 15px;
}

#skype {
	background: url(/images/contentbg.png);
	color: white;
	padding: 15px;
	position: relative;
	width: 300px;
	top: 60%;
	left: 40%;
	display: none;
}	

#email {
	background: url(/images/contentbg.png);
	color: white;
	padding: 15px;
	position: relative;
	width: 350px;
	top: 35%;
	left: 40%;
	display: none;
}			

#skype-close {
	float: right;
	width: 20px;
	height: 20px;
	background: url(/images/close.png);
}

#email-close {
	float: right;
	width: 20px;
	height: 20px;
	background: url(/images/close.png);
}		

#skype h3, #email h3 {
	float: left;
	margin: 0px;
	padding: 0px;
}				

h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 38px;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 0px;
	margin: 0px;
}

p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 17px;
	font-weight: normal;
	padding: 0px;
	margin: 10px 0px 0px 0px;
}

p a {
	background-color: white;
	color: black;
	padding: 2px 3px 0px 3px;
	text-decoration: none;
}

p a:hover {
	background: none;
	color: white;
	padding: 2px 3px 0px 3px;
	text-decoration: none;
}		

#sociallinks {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#sociallinks li{
	display: inline;
	padding-left: 2px;
}

#socialmenu {
	margin-top: 40px;			
	text-align: right;
}		

h3 {
	margin: 0px;
	padding: 0px;
}		

#clear {
	clear: both;
}

label.error {
	display: block;
	color: red;
	font-style: italic;
	font-weight: normal;
}

input.error {
	border: 2px solid red;
}
