/*
Theme Name: WordPress TheAchievementAcademy
Theme URI:
Description: The theme for TheAchievementAcademy.
Version: 1.0
Author:
Author URI:
Tags: TheAchievementAcademy
*/

body{
	min-width:1000px;
	min-height:933px;
	margin:0;
	color:#000;
	font:13px arial,sans-serif;
	background:url(images/bg-body.jpg) no-repeat 50% 0;
}
body.subpage{
	background:url(images/bg-body-subpage.jpg) no-repeat 50% 0;	
}
img{border-style:none;}
a{text-decoration:none;}
a:hover{text-decoration:underline;}
input,
textarea,
select{
	font:100% arial,sans-serif;
	vertical-align:middle;
}
form,fieldset{
	margin:0;
	padding:0;
	border-style:none;
}

#commentform p textarea {
    width:100%;
}