﻿/****************************************************************************/
/*********************** BARIS OZTEKIN / 2009 *******************************/
/***************** http://www.barisoztekin.com/blog**************************/
/****************************************************************************/
/****************************************************************************/
/*********************CSS RESET / Eric Meyer's ******************************/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,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,em,strong,th,var{font-style:normal;font-weight:normal;}ol,ul{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;}
/****************************************************************************/
*
{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;	
}
html
{
	width:100%;
	height:100%;
}
body
{
	
/*	font-family:"Lucida Grande","Lucida Sans Unicode","Arial", sans-serif;*/

	
/*	background:url(../images/bck-body.jpg) repeat-x;*/
	background:url(../images/bottomRight.jpg) bottom right no-repeat;
	background-color:#252726;
}
.container
{
	background:url(../images/logo.jpg) no-repeat;
	padding-top:200px;
	padding-left:228px;
}
.firstline
{
	color:#8c7807;
	font-size:.8em;	
}

.secondLine
{
	color:#ffd800;
	padding-top:20px;
	font-size:.8em;
}
.secondLine span
{
	display:block;
}
.secondLine a
{
	margin-top:20px;
	text-decoration:none;
	color:#e3e3e3;
}
.secondLine a:hover
{
	background-color:#ffd800;
	color:#252726;
}