/*-------------------------------------------
one of temp
- - - - - - - - - - - - - - - - - - - - - - -
Description:	Base setup styles
Filename:		of.css
Theme Name:     
Version:		1 beta
Please: 
        
/*=========================================================================================== Global Reset */

* {
	margin:0;
	padding:0;
}

html{
	color:#000;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:normal;}

html,body{
	margin:0;
	padding:0;
}

body {	
	font-size:12px;
	font-family: Verdana, Lucida, Arial, Helvetica, sans-serif;
	color:#000;
	background: #dbdbdb;
}

abbr,acronym {border:0;font-variant:normal;}
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
input,textarea,select{*font-size:100%;}
legend{color:#fff;}

img {
	border: 0;
}

a:link,a:visited {
	color: #fff; 
	text-decoration: none;
}

a:hover {
	color:#ccc;
	text-decoration: none;
}

a:focus{
	outline:0; 
}

h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
}

h1 {
	position: absolute;
	top: -99999px;
	left: -99999px;
}

h2 {
	font-size: 14px;
}

h3 {
	font-size: 120%;
}

h4 {
	font-size: 14px;
}

h5 {
	font-size: 120%;
}

h6 {
	font-size:100%;
}

p {
}	

::-moz-selection {
	background:#fff;
	color:#000;
}

::selection {
	background:#fff;
	color:#000;
}

table {
	font-size:inherit;
	font:100%;
}

pre,code,kbd,samp,tt{
	font-family:monospace;
	*font-size:108%;
	line-height:100%;
}

/*=========================================================================================== Layout generale */

#outer {
	 position: absolute;
	 left: 50%;
	 top: 50%;
	 background:url(index_bg.jpg) center no-repeat;
	 overflow: hidden;
	 width:650px;
	 height:550px;
	 margin-left: -325px;
	 margin-top: -275px;
}

#horizon {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	overflow: visible;
	visibility: visible;
	display: block;
}

div#content,
object#portfolio_swf {
	min-width: 900px;
	min-height: 600px;
	width: expression( document.body.clientWidth < 901 ? "900px" : document.body.clientWidth); /* set min-width for IE */
	height: expression( document.body.clientHeight < 601 ? "600px" : document.body.clientHeight ); /* sets min-height for IE */
}

object { margin-bottom: -4px; }
