/* Copyright 2011, Daniel Gomes */
/* Website by Minimal + */
* {
margin:0;
padding:0;
}
body {
	min-width:960px;
	min-height:600px;
	background-color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#747474;
	overflow:hidden;
}
a { cursor:pointer; }
a:link {
	color:#747474;
	text-decoration:none;
}
a:visited {
	color:#747474;
	text-decoration:none;
}
a:hover {
	color:#b1b4b7;
	text-decoration:none;
}
a:active {
	color:#b1b4b7;
	text-decoration:none;
}
.title {
	text-indent:-9999px;
	overflow:hidden;
	font-family:Futura, Arial, Helvetica, sans-serif;
	font-weight:normal;
}
#container {
	width:780px;
	height:552px;
	top:50%;
	left:50%;
	margin-top:-276px;
	margin-left:-390px;
	position:absolute;
}
#header {
	width:441px;
	height:27px;
	background:url(../images/abstraction_logo.png) 0 0 no-repeat;
	font-size:35px;
	margin:0 auto;
}
#video {
	margin:26px 0 26px 0;
}
#logos {
	width:150px;
	height:32px;
	margin:0 auto;
}
#one25 {
	width:73px;
	height:32px;
	float:left;
	background:url(../images/one25_logo.png) 0 0 no-repeat;
	font-size:22px;
}
#djg {
	width:65px;
	height:32px;
	float:right;
	background:url(../images/daniel_gomes_logo.png) 0 0 no-repeat;
	font-size:17px;747474
}
#copy {
	height:12px;
	font-size:9px;
	text-align:right;
}
#footer {
	bottom:0;
	right:0;
	padding:0px 40px 40px 0px;
	position:absolute;
}
