/*

ARCSTUDIO.SK CSS FILE

Author: http://www.tvorbawebov.sk | Martin Csomor | Roman Kučera
Version: 0.1 (01.10.2009) for all browsers 
Author-url: http://www.arcstudio.sk
                             
*/

@media all {
/*
DEFAULT BODY
*/
	body
	 {
		background-color: #000000;
		padding: 0px;
      text-align: center;
		margin:0 auto
  }
  
  #content
   {
      width:1000px;
      height:800px;
      position:relative;
      margin:0 auto;
      text-align:left
   }

}

