﻿/* ------------------------------------
            Copyright
------------------------------------ *//*
Author: John Munix
Company: Utral

Copyright © 2008, Utral.com 
All rights reserved.
------------------------------------ */


/* ------------------------------------
            Global Settings
------------------------------------ */


* {
	margin: 			0px;
	padding:			0px;
	border:				0px;
}

body {
	background:			#202020;
	min-width:			700px;
}

p {
	font-family:			Geneva, Arial, Helvetica, sans-serif;
	text-align:			center;
	color:				#fff;
}


/* -----------------------------------
               Header
------------------------------------ */


#Header {
	margin:				0px auto;
	width:				699px;
	height:				265px;
}

#utral {
	float:				left;
	width:				509px;
	height:				265px;
}

#Header .topL {
	float:				left;
	width:				95px;
	height:				112px;		
	background:			url(../images/greenLightLeft.jpg);
}

#Header .topR {
	float:				left;
	width:				95px;
	height:				112px;		
	background:			url(../images/greenLightRight.jpg);
}


/* -----------------------------------
              Content
------------------------------------ */


#buttonStudio {
	margin:				10px auto 0px auto;
	width:				340px;
	height:				118px;
	background:			url(../images/buttonUtralStudio.jpg);
}

#buttonStudio a {
	display:			block;
	width:				340px;
	height:				118px;
}

#buttonCommunity {
	margin:				20px auto 0px auto;
	width:				340px;
	height:				118px;
	background:			url(../images/buttonCommunity.jpg);
}

#buttonCommunity a {
	display:			block;
	width:				340px;
	height:				118px;
}

#Content .text {
	margin-top:			20px;
	font-size:			11px;
	color:				#999;
}

#flashImage {
	margin:				10px auto 0px auto;
	width:				88px;
	height:				31px;
	background:			url(../images/get_flash_player.gif);
}

#flashImage a {
	display:			block;
	width:				88px;
	height:				31px;
}


/* -----------------------------------
              Footer
------------------------------------ */


#Footer .text {
	margin-top:			40px;
	font-size:			9px;
	color:				#999;
}

#worldWideOCRImage {
	margin:				0px auto;
	width:				120px;
	height:				77px;
	background:			url(../images/Utral_legal_copyrights.jpg);
}

#worldWideOCRImage a {
	display:			block;
	width:				120px;
	height:				77px;
}

#copyrightMessage {
	margin:				25px 0px 5px 0px;
	font-size:			11px;
	color:				#fff;
}
