html, body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
}

html {
}

body {
	color: white;
	text-align: left;
/* 	background: black url(../image/background01.jpg) no-repeat top left fixed; */
	background-color: black;

	position: relative;
	min-width: 1050px;
	min-height: 680px;
	
	font-family: Arial, Helvetica, Verdana, sans-serif
}

a { 
	color: white; 
}

	a:hover { 
		color: #e2007a; 
		text-decoration: none; 
	}
	
	a.thispage { 
		color: #e2007a; 
		border-bottom: #e2007a dotted 1px;
	}

h2, h3 {
	border-bottom: white dotted 1px;
	margin-bottom: 0;
	font-weight: bold;
}

ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

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

embed, object { 
	outline: none; 
}

#bg {
	text-align: left;
	background-color: black;
	position: fixed;
	top: 0px;
	left: 0px;
	overflow: hidden;
	z-index: -10;
}

#logo {
	position: fixed;
	top: 20px;
	right: 40px;
}

#appstore {
	position: fixed;
	top: 20px;
	right: 335px;
	z-index: 5;
}
#podcast {
	position: fixed;
	top: 20px;
	right: 262px;
	z-index: 5;
}

#toc {
	position: fixed;
	top: 20px;
	left: 20px;
	z-index: 10;
}

	#toc a {
		font-size: 14px;
		line-height: 16px;
		font-weight: bold;
	}

#whoweare {
	position: fixed;
	top: 150px;
	left: 250px;
	z-index: 10;
}

.clientlist {
}

	.clientlist h3 {
		font-size: 12px;
		line-height: 15px;
		width: 135px;
		margin-bottom: 5px;
	}
	
	.clientlist li {
		font-family: "Courier New", Courier, Monaco, monospace;
		font-size: 12px;
		line-height: 13px;
	}
	
	#clientlist-col1 {
		position: absolute;
		top: 150px;
		right: 165px;
	}
	
	#clientlist-col2 {
		position: absolute;
		top: 150px;
		right: 20px;
	}
	
	#clientlist-col2 h3 {
		margin-top: 15px;
	}

a.video {
	border-bottom: white dotted 1px;
	font-weight: bold;	
	display: block;
	margin: 0 20px 20px 0;
	width: 480px;
	background: transparent url("../image/play.png") bottom left no-repeat;
	padding-left: 15px;
}

	a.video:hover {
		background: transparent url("../image/play_over.png") bottom left no-repeat;
	}
	
	a.video img {
		display: block;
		margin-bottom: 6px;
		margin-left: -15px;
	}
	
#page {
	position: absolute;
	top: 140px;
	left: 140px;
	z-index: 10;
}

	#page h2, #page h4, #page p {
		width: 500px;
	}
	
	#page h2, #page h4 {
		font-size: 13px;
		font-weight: bold;
	}

	#page h4, #page p {
		margin-bottom: .75em;
	}
	
	#page p, #page pre {
		font-family: "Courier New", Courier, Monaco, monospace;
		font-size: 13px;
		line-height: 13px;
		
		margin: .25em 0 1em 0;
	}
	
#what-we-do-page {
	position: absolute;
	top: 150px;
	left: 250px;
	z-index: 10;
}
	
	#what-we-do-page a.video {
		float: left;
		width: auto;
	}

pre {
	font-size: 1.2em;
}

#WhoWeAreFlash {
	position: fixed;
	top: 0px;
	left: 0px;
	overflow: hidden;
	z-index: 9;
}

#WhatWeDoFlash {
	position: absolute;
	top: 0px;
	left: 0px;
	overflow: hidden;
	z-index: 9;
}


#copy {
	width: 200px;
	position: fixed;
	top: 150px;
	left: 20px;
	
	font-weight: bold;
}

	#copy h2 {
		font-size: 13px;
	}

	#copy p {
		font-size: 13px;
		line-height: 14px;
	}

