@charset "utf-8";
/* CSS Document */

* {
margin : 0;
padding : 0;
}
body {
background-image : url(blog/wp-content/themes/itheme-1-1/images/html-bg.gif);
background-repeat : repeat-x;
background-color : #42afdc;
color : #fff;
font-family : Arial, Helvetica, sans-serif;
font-size : 24pt;
}
a {
color : #f90;
text-decoration : none;
font-weight : bold;
}
a:visited {
color : #fc6;
}
a:hover {
color : #060;
}
h1 {
font-size : 2em;
}
p {
font-size : 1em;
}
#background {
width : 1024px;
height : 600px;
margin-top : 0;
margin-left : auto;
margin-right : auto;
background-image : url(blog/wp-content/themes/itheme-1-1/images/main-bg.jpg);
background-position : left top;
background-repeat : no-repeat;
}
#content {
margin-top : -550px;
width : 400px;
margin-left : auto;
margin-right : auto;
text-align : center;
}
#content img {
border : 0;
}
#content p {
	line-height:1.5em;
}

#buttons-left {
text-align : left;
font-size : 20px;
line-height : 0;
vertical-align : top;
}
#buttons-left a {
width : 32px;
height : 32px;
}
#buttons-left p {
margin : 0;
}
#buttons-left span {
vertical-align : top;
line-height : 32px;
margin-left : 16px;
}
#buttons-top a{
display:inline; float:left;
}
#slogan {
text-align : center;
margin-top : 100px;
margin-bottom : 20px;
font-size : 0.5em;
}
#validation {
text-align : right;
position : fixed;
right:0;
bottom : 0;
width : 20%;
}
#validation img {
border : 0;
}
.break {clear:both;}

.pgpkey { font-family:"Courier New", Courier, monospace; font-size:12px; text-align:left; white-space:nowrap;}