/* 
html5doctor.com Reset Stylesheet
v1.4.1 
2010-03-01
Author: Richard Clark - http://richclarkdesign.com
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    border:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted #000;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

/* END html5doctor.com Reset Stylesheet */



html, body {
	margin:0;
	padding:0;
	height:100%;
	width:100%;
	}
body {
	background-color:#000000;
	color:#aaaaaa;
	font-family: "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Helvetica, Arial, sans-serif;
	font-size:12px;
    }
h1, h2 {
	text-indent: -10000px;
	}  
h1 {
	width:260px;
	height:120px;
	background: transparent url('images/artstar-logo.png') no-repeat 0 0;
	margin-bottom:10px;
	z-index:10;
	}    
header {
	position: absolute;
	top:600px;
	left:50%;
	margin-left:-427px; /* half of width */
	width:854px;
	height:120px;
	padding:0 14px;
	margin-top:10px;
	}
header img {}	

header h1 {
	position:relative;
	width:260px;
	left:50%;
	margin-left:-130px;
	height:120px;
	}
	
nav {
	width:780px;
	height:30px;
	margin:0 37px;
	padding:0 12px;
	display:block;
	position:absolute;
	top:50%;
	margin-top:-15px;
	left:0;	
	z-index:15;
	}

nav ul {
	width:780px;
	list-style-type:none;
	}
	
nav li {
	float:left;
	}
.enter {
	width:130px;
	height:30px;
	background: transparent url('images/artstar-navigation.png') no-repeat 0 -30px;
	}
.blog {
	width:130px;
	height:30px;
	background: transparent url('images/artstar-navigation.png') no-repeat -130px -30px;
	}
.contact {
	margin-left:240px;
	width:115px;
	height:30px;
	background: transparent url('images/artstar-navigation.png') no-repeat -500px -30px;
	}
.proofs {
	width:165px;
	height:30px;
	background: transparent url('images/artstar-navigation.png') no-repeat -615px -30px;
	}

.enter:hover {
	background: transparent url('images/artstar-navigation.png') no-repeat 0 0;
	}
.blog:hover {
	background: transparent url('images/artstar-navigation.png') no-repeat -130px 0;
	}
.contact:hover {
	background: transparent url('images/artstar-navigation.png') no-repeat -500px 0;
	}
.proofs:hover {
	background: transparent url('images/artstar-navigation.png') no-repeat -615px 0;
	}

nav li a {
	display:block;
	height:30px;
	cursor:pointer; }

section { 
	position: absolute;
	top:80px;
	left:50%;
	margin-left:-427px; /* half of width */
	width:854px;
	}

article {
	width:854px;
	padding:12px;
	border:2px solid white;
	/*
	box-shadow: rgba(255, 255, 255, 0.4) 0px 0px 80px;
	-moz-box-shadow: rgba(255, 255, 255, 0.4) 0px 0px 80px;
	-webkit-box-shadow: rgba(255, 255, 255, 0.4) 0px 0px 150px;
	*/
	}
	
article img {
	width:854px;
	}
	
video {
	width:854px;
	}
