/*   
Theme Name: Besinger theme
Author: Sebas
Author URL: http://www.besinger.net/
Version: 1.0
Description: Sitio para Besinger.NET
*/

#IEroot {
 	width: 100%;
	margin-top: -25px;
	text-align: center;
}

* {
	padding: 0;
	margin: 0;
}

body {
	font-family: "Lucida Grande", Segoe, Arial, Helvetica, sans-serif;
	text-align: left;
	font-weight:normal;
	font-size: 0.85em;
	line-height:1.6em;
	background: url(../img/bgcolor.png) #000;
}

p {
	font-family: "Lucida Grande", Segoe, Arial, Helvetica, sans-serif;
	text-align: left;
	font-weight:normal;
	color: #4cacca;
	font-size: 0.85em;
	line-height:1.6em;
}

h1 {
	font-weight:bold;
	text-align: left;
	font-size: 1.22em;
	line-height:2.75em;
	color: #1A79DA;
}

a:link {
	color: #aee100;
	font-weight:bold;
	text-decoration: none;
}
a:visited {
	color:#aee100;
}

a:hover {
	text-decoration: underline;
}


#logo{
	position:absolute;
	top: 50%;
	left: 50%;
	margin-top: -145px; /*set to a negative number 1/2 of your height*/
	margin-left: -225px; /*set to a negative number 1/2 of your width*/
	background-color: #f3f3f3;
	background:url(../img/websitebesinger.png) no-repeat;
	width:450px;
	height:250px;
}
#footer{
	position: fixed;
	bottom:0px;
	width:100%;
	text-align:center;
	background: #292929;
}

#footer p{
	margin:6px;
	text-align:center;
}

